I am doing data visualizations with react
, react-chartjs-2
, and chart.js
version 2.2.1. There is a possibly related answer to this question here (look for 17.06.16 update), but I'm not sure what Chart.pluginService.register
is or whether it is compatible with React. So far it hasn't worked for me.
I am simply looking to place a label inside the doughnut that is the sum of all data
subsets. I assume this is nested somewhere in the doughnut chart's options, but I haven't found it yet.