I am currently building an Ionic mobile prototype with mock JSON data, hardcoded in the code. I am using angular charts to build my charts.
Looking at the Doughnut chart example, you can see label/data when hovering over it. How do I add a percent sign after the value?
I looked at this question but the Chart.js source code has changed quite a bit since then.