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 need an advanced histogram, which I have created in Chart.js. When moving the exact same to vue-chart-3, it does not work. The reproduction uses two methods to showcase differences; Vue + vue-chart-3 and Vue + Chart.js, respectively.
Note also that since Chart.js fails to provide a histogram type, people bend things a bit to create histograms. This might not fall under intended use, in which case this issue could be closed. See chartjs/Chart.js#3900.
Describe the bug
I need an advanced histogram, which I have created in Chart.js. When moving the exact same to vue-chart-3, it does not work. The reproduction uses two methods to showcase differences; Vue + vue-chart-3 and Vue + Chart.js, respectively.
To Reproduce
https://github.com/aentwist/vue-chart-3-histogram
Use
yarn && yarn serve
.Version of
vue-chart-3
^2.1.2
Version of Vue
Vue 2
The text was updated successfully, but these errors were encountered: