[Fixed]-Django-nvd3 does not show any graph

0👍

Thanks a lot from Areski Belaid (@areski) that helped me to find the issue. I changed:

    <script type="application/javascript">{% load_chart charttype chartdata chartcontainer extra %}</script>

to:

    {% load_chart charttype chartdata chartcontainer extra %}

And now it works. :))

1👍

Make sure your static files for NVD3 and D3 are available, then check if there is any type of error in the JS console.

👤areski

Leave a comment