How to apply two color on each point labels in chart js?
Im working on displaying radar chart. I need to apply 2 color in each point labels. A image attached below. For example if first label ‘Eating 65 / 28’ then 65 is in red abd 28 in blue.
I have applied html style on it something like Eating <span style="color:red;font-weight:bold;">65</span> <span style="color:blue;font-weight:bold;">28</span>
but style didn’t rendered. Is there anyway to do this. below is the code.