I'm having difficulty getting Django Chartkick to work when using the library option. The application is somewhat complex but briefly when I do not use the library option the chart renders. When I do it does not render.
More specifically this doesn't render:
{% column_chart count_by_type_type with library= {"title":"Super chart",width:"400px"} %}
This does render
{% column_chart count_by_type_type %}
Thanks for any clues as to why and how to fix.
Edit 20140415
width:"400px"
should be
"width":"400px"
However, that does not resolve the issue.
With "width" changed the chart renders with a title and width with Google Charts. When using Highcharts, however, there is no title.
This appears to be a bug in Django Chartkick when using Highcharts. See https://github.com/mher/chartkick.py/issues/13 and comments.