Setting displayColors = false without setting a label should show only the value in the tooltip label
The value in the tooltip is preceded by a colon.
Cause of this is: https://github.com/chartjs/Chart.js/blob/master/src/core/core.tooltip.js#L71
Work-around is to set a different callback function in the config that doesn't insert the semicolon.
Exactly what I did to fix this issue, but I think it should be a default behaviour.
Great. I'm happy to look at a PR for this if you have time :)
I'm still seeing this exact issue on the latest version.
Most helpful comment
Exactly what I did to fix this issue, but I think it should be a default behaviour.