Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 588 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 588 Bytes

blissfully/elm-chartjs-webcomponent

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:

  1. Include elm install blissfully/elm-chartjs-webcomponent in your Elm project.
  2. Addd Chartjs to your Javascript pipeline or HTML includes. (Known to work with [email protected])
  3. npm install @blissfully/elm-chartjs-webcomponent and include the webcomponent/chartjs.js in your Javascript build pipeline.