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
I am dynamically setting the data labels, datasets, and legend, but was experiencing some errors when the data was empty such as the LinearGradient in AbstractChart.js line 192 can't read property length of undefined. I was able to fix this by writing some inline if statements to check for nulls in the AbstractChart.js and the LineChart.js of my dist. If this is something that would be good to merge into the project let me know.
The text was updated successfully, but these errors were encountered:
I am dynamically setting the data labels, datasets, and legend, but was experiencing some errors when the data was empty such as the LinearGradient in AbstractChart.js line 192 can't read property length of undefined. I was able to fix this by writing some inline if statements to check for nulls in the AbstractChart.js and the LineChart.js of my dist. If this is something that would be good to merge into the project let me know.
The text was updated successfully, but these errors were encountered: