Chartjs is a robust, featureful Javascript charting library. This repo provides a type-safe bridge from Elm, to a web-component mounted Chartjs canvas.
There are two steps to using this library effectively:
- Include
elm install blissfully/elm-chartjs-webcomponentin your Elm project. - Addd Chartjs to your Javascript pipeline or HTML includes. (Known to work with
[email protected]) npm install @blissfully/elm-chartjs-webcomponentand include thewebcomponent/chartjs.jsin your Javascript build pipeline.