Set different line format for a graph with more than one serie with pChart
- by woodgate
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.