Hi,
In Evolution.php, there is the below line which renders the text for the tooltip of Evolution graph’s datapoints.
$lineValue->tooltip("$label
$value$unit $labelName");
I am trying to color code the $labelName and the change is not reflecting with the tooltip.
For example,
$lineValue->tooltip("$label
$commaSeparatedValue <font size=“3” color="#0F59A9">This is some text! $labelName");
The color “#0F59A9” will not get applied to the text “This is some text!” above.
Can you please point me if I am doing any mistake or how to get this working.
Thank you,
Venkatesh