areski / django-nvd3

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

Getting the error "a.dispatch.render_start is not a function" #91

Closed HareeshRailCarRX closed 6 years ago

HareeshRailCarRX commented 7 years ago

Is there any solution for this error?

Uncaught TypeError: a.dispatch.render_start is not a function at Object.a.render (core.js:91) at Object.a.addGraph (core.js:143)

jamalmoir commented 7 years ago

I am also getting this exact error.

HareeshRailCarRX commented 7 years ago

@areski Please help me :)

jo-tham commented 6 years ago

If you are still looking for a solution...

I had this error when trying to use d3 v 4.x.x.

Using d3 version 3.x.x (specifically 3.5.9 for me) resolved it.

With that, can probably close this issue @areski

areski commented 6 years ago

Thanks @jo-tham for commenting on this issue!