Problem with applying color to Evolution datapoint tooltips

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

Are you sure it is supported by the graph library? probably not… Open Flash Chart - Home

Thanks for the reply. I will read through the site you pointed out to see if I can get the color code on the tooltip.

Thanks !
Venkatesh