areski / django-nvd3

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

Add charset to js script tag as shown on http://d3js.org/; #60

Closed timb07 closed 8 years ago

timb07 commented 8 years ago

see http://stackoverflow.com/a/29962882/4193.

Without this, browsers on Windows (tested with Chrome) report an error like this:

"Uncaught ReferenceError: d3 is not defined(anonymous function) @ nv.d3.min.js:2(anonymous function) @ nv.d3.min.js:7"

areski commented 8 years ago

Thanks!