Hello! I've been searching for a while, but I haven't found any way to change font colour for two differents data sets in Line graphs, that is, I'm looking for something like:
$graph->data['data1']->highlight = true; $graph->data['data2']->highlight = true; $graph->data['data1']->font->color = '#ff0000'; $graph->data['data2']->font->color = '#00ff00'; There is anyway of doing this? If so, there is any example? Thanks in advance, Raul -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
