Set different line format for a graph with more than one serie with pChart
Posted
by woodgate
on Stack Overflow
See other posts from Stack Overflow
or by woodgate
Published on 2010-04-02T14:47:30Z
Indexed on
2010/04/05
19:33 UTC
Read the original article
Hit count: 536
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.
© Stack Overflow or respective owner