ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

Donut chart changing pieHole #36

Closed LirryPinter closed 5 years ago

LirryPinter commented 5 years ago

Hi,

I am trying to make a donut chart with a thin donut. So like in Google Charts, I tried to change the 'pieHole' attribute to 0.8. Also i tried to change it within the react-chartkick.js file so when donut is set to true the value would be 0.8 instead of 0.5. Sadly this also did not work. Am I forgetting something?

Thanks!

ankane commented 5 years ago

Hey @LirryPinter, unfortunately, we're not able to provide support through GitHub Issues. Try posting on Stack Overflow if you're looking for help with your code.