0👍
You need to specify it within the options of Chartjs, specifically the callback part. I’ve given an example of what that looks like. Chart JS Documentation
vm.options = {
"callbacks": {
"label": function (tooltipItem, data) {
return data.datasets[tooltipItem.datasetIndex].label;
}
}
- Chartjs-Integrating TideSDK with C *.dll
- Chartjs-Displaying the output on chart.js using Django and HTML
Source:stackexchange.com