Here, in this column chart https://jsfiddle.net/q268xtem/1/
I want to insert something like
{ x: 1, y: 297571, label: "<span class='text-danger'>ABC</span> Venezuela", labelColor:"red"}
I want that ABC
text to be in red and other in normal color. For this case, I am trying to use a bootstrap class text-danger, is there any way to achieve as I mentioned that half text to be indifferent color?