victorgarciaesgi / vue-chart-3

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3
https://vue-chart-3.netlify.app/
MIT License
310 stars 112 forks source link

MixedChart error #134

Open ghost opened 2 years ago

ghost commented 2 years ago

Describe the bug

A clear and concise description of what the bug is.

When i'am trying to follow your guide to do a mixedChart, i have problems to register the new component. This is the error i got: Error: "mixedBarLine" is not a registered controller or Error: class does not have id: MixedBarLine I don't know what really shoud I do. I just follow the issue #59 Can u provide an example on codepen to do that? Thanks!

Put a reproduction link here based on this templates https://codesandbox.io/embed/demo-vue-chart-3-forked-19ubij?fontsize=14&hidenavigation=1&theme=dark

Version of vue-chart-3

version: ^3.1.8

Version of Vue