- Remove defer option as we now automatically defer if you defer loading the Chartkick javascript library.
⚠️ json_serializermust be specified since the dependency onpoisonhas been removedReplace# config.exs config :chartkick, json_serializer: JasonJasonwith the encoder of your choice.
PR#28- Chart Options:
roundandzerosPR#35 thousandswasn't correct with the code shown PR#34- Replace
uuidwithelixir_uuidas it was renamed PR#24
- Support
Jasonserializer configuration option
- Support all Chartkick chart options; adds
- curve
- dataset
- decimal
- donut
- download
- label
- legend
- library
- messages
- points
- prefix
- refresh
- suffix
- thousands
- title
- xtype
- See PR#3 - Thank you @mbenatti and @nimish-mehta
- Removed defunct
ChartOptionsmodule.
Initial release.