You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So all charts get generated with the "drawChart()" function, which I bind the initial chart to the dom and render a new one. Any time a new chart gets rendered, all charts are redrawn. Also, if I need to update a chart, all charts are redrawn.
Any chance we can get an option to name the drawChart function for each chart? Defaulting to drawChart() is great, but an option would be nice.
The text was updated successfully, but these errors were encountered:
Hey,
So all charts get generated with the "drawChart()" function, which I bind the initial chart to the dom and render a new one. Any time a new chart gets rendered, all charts are redrawn. Also, if I need to update a chart, all charts are redrawn.
Any chance we can get an option to name the drawChart function for each chart? Defaulting to drawChart() is great, but an option would be nice.
The text was updated successfully, but these errors were encountered: