tags:

views:

58

answers:

1

I am actually using the pChart PHP library for generate graphs.

I wanna know if it's possible to give a different line format for a graph with multiple series.

I need a line with for example 3px of width but other line with 1px of width. Is that possible?

In the official documentation only appears a function that give format to the lines of all series:

http://pchart.sourceforge.net/documentation.php?topic=pChart#setLineStyle

Thanks a lot.

+1  A: 

I found the solution: it's possible to add series after draw each one. It's possible to add and remove series in order to make that trick.

woodgate