material-dashboard
material-dashboard copied to clipboard
Chartist graph gets re-drawn on any click events and window resize
Hi there, I've taken help from your material dashboard a lot and it seems pretty cool. But the problem I am getting is that, my chartist graphs are re-drawn or re-rendered everytime any event occurs.
I'm passing my data to the charts dynamically,so I want them to redraw only then and only when the data changes, that's it.
Why is it that the graphs are being re-drawn even on window resize and onclick events?
Thanks!