README
Chart
Chart is a simple and functional charting library which currently supports bar charts. Implementations are done on-top of a HTML5 canvas element.
A charting library in pure javascript.
<script type="module">
import chartjs from 'https://cdn.skypack.dev/chartjs';
</script>
Chart is a simple and functional charting library which currently supports bar charts. Implementations are done on-top of a HTML5 canvas element.