My question is this: how do I add a line break in the hovertext?
$FC->addChartData($bs_array[$i] - $af_array[$i],"hoverText=Line1Line2");
I need a line break between line1 and line2 in the hovertext above.
How is this done??
Posted 12 May 2009 - 09:32 AM
$FC->addChartData($bs_array[$i] - $af_array[$i],"hoverText=Line1Line2");
Posted 12 May 2009 - 11:42 PM
Could you please try using between two line and try again.
Example:
$FC->addChartData($bs_array[$i] - $af_array[$i],"hoverText=Line1 Line2");
A byte of magic.
Posted 13 May 2009 - 08:51 AM
Posted 14 May 2009 - 03:57 AM
A byte of magic.