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
Hi~ This plugin is very awesome. Thank you very much for developing this plugin.
I am using this plugin in my website.
But I found an error occurred when removing chart dataset.
Below is the browser error messages
TypeError: Cannot read property 'data' of undefined
at ChartElement.determineDataLimits (Chart.js?30ef:12997)
at ChartElement.update (Chart.js?30ef:11502)
at fitBoxes (Chart.js?30ef:7127)
at Object.update (Chart.js?30ef:7338)
at Chart.updateLayout (Chart.js?30ef:9680)
at Chart.update (Chart.js?30ef:9633)
at VueComponent.update (Chart.vue?36ee:111)
at VueComponent.removeChart (test.vue?b018:138)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
at VueComponent.invoker (vue.runtime.esm.js?2b0e:2179)
This error doesn't occur when removing last index in datasets.
I printed chartData.datasets after splicing datasets array,
and then I found that all datasets[]._meta is empty.
If I remove this plugin in the same code, this error doesn't occur.
If you have any idea, please comment me
The text was updated successfully, but these errors were encountered:
Hi~ This plugin is very awesome. Thank you very much for developing this plugin.
I am using this plugin in my website.
But I found an error occurred when removing chart dataset.
Below is the browser error messages
environment: nuxt.js, vuetify, vue-chartjs, chartjs, chartjs-plugin-style
Below is my summarized sample code:
Chart.vue component
Page
This error doesn't occur when removing last index in datasets.
I printed chartData.datasets after splicing datasets array,
and then I found that all datasets[]._meta is empty.
If I remove this plugin in the same code, this error doesn't occur.
If you have any idea, please comment me
The text was updated successfully, but these errors were encountered: