- Remove defer option as we now automatically defer if you defer loading the Chartkick javascript library.
⚠️ json_serializer
must be specified since the dependency onpoison
has been removedReplace# config.exs config :chartkick, json_serializer: Jason
Jason
with the encoder of your choice.
PR#28- Chart Options:
round
andzeros
PR#35 thousands
wasn't correct with the code shown PR#34- Replace
uuid
withelixir_uuid
as it was renamed PR#24
- Support
Jason
serializer 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
ChartOptions
module.
Initial release.