I'm trying to add labels to pieces of a pie or donut chart similar to what's acheived here. It doesn't seem like that is supported through react-chartkick. Is there any way to access the chart.js config object in order to do this manually?
Hey @atelic, you should be able register the plugin with Chart.js and then use the library option to pass additional options. Please use Stack Overflow if you need additional help.
Hi,
I'm trying to add labels to pieces of a pie or donut chart similar to what's acheived here. It doesn't seem like that is supported through react-chartkick. Is there any way to access the chart.js config object in order to do this manually?
Thanks