ghalex / vue3-charts

Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
https://vue3charts.org
MIT License
142 stars 23 forks source link

Pie Chart can't have more than 7 data #22

Closed mpalencia closed 2 years ago

mpalencia commented 2 years ago

Try to use 10 elements of an array on a pie chart. It will display only 7.

ghalex commented 2 years ago

Maybe @pvanagtmaal can help here, he was the one developing the Pie chart.

mpalencia commented 2 years ago

Closing this, tested it will work on several data, more than 7, but will not work if a data is the same with other values. New ticket: https://github.com/ghalex/vue3-charts/issues/24

Thanks mate!