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.
- Django – refresh database
- Notification received but no icon displayed in notification bar
- Does cokkie path matter for deleting cookie
- TypeError: 'str' object is not callable in Django 1.10 Admin change_form.html {{ original|truncatewords:"18" }}
Source:stackexchange.com