areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

readme.rst mistake? #21

Closed stalvik closed 8 years ago

stalvik commented 10 years ago

i was trying to get a demo to work and kept running into a problem. it seems that the readme.rst has a small mistake. Or i did something different. not sure which it is but i thought it might be useful. Exact information can be found here: http://stackoverflow.com/questions/20775457/using-django-nvd3-for-charting-chart-not-showing

areski commented 10 years ago

fixed with https://github.com/areski/django-nvd3/commit/3171cfaa7172c023dbea21261dbd45b96889e768

bjoernh commented 10 years ago

the line "{% load_chart charttype chartdata "chart_container" %}" in the readme.rst is still wrong i'm think. The example is only working by add extra to the load statement. {% load_chart charttype chartdata "chart_container" extra %}