vue-css-donut-chart
vue-css-donut-chart copied to clipboard
Lightweight Vue component for drawing pure CSS donut charts
Chart sections from the example below consists of 12 items with value equal to 8.33 for each. 8.33 * 12 = 99.96 For some reason though this is breaking UI...
When using the component, I expect the center circle of a donut to be transparent. So that, when the background property is set to transparent, it lets shine the background...
 my section data  output with the length of the array
A new ‘half’ prop was added and styles modified to make this work. Unit tests were done and readme updated.
(using Chrome 83)  As you can see in the upper right hand corner an artifact appears in the green section. locally, my fix is to not use the start-angle...
Hello, nice chart! What about showing the total count for each section in the legend? Or even in a tooltip while hovering each slice? My service is returning an array...
I can't create pull request without instructions how to build/test poject.
Im facing issue with this package is that it do not offers any way to create custom tooltip if there is any way can you assists me :) Btw its...