pChart 2.x forum
http://wiki.pchart.net/forum/

Caption parameter dont works in drawThreshold()
http://wiki.pchart.net/forum/viewtopic.php?f=5&t=27
Page 1 of 1

Author:  mice32 [ Tue Dec 14, 2010 1:02 pm ]
Post subject:  Caption parameter dont works in drawThreshold()

Caption parameter dont works in drawThreshold() (2.0.7).

Old code:
Code:
pDraw.class:2141 |           $this->drawText($X,$YPos,$Value,$CaptionSettings);
pDraw.class:2169 |           $this->drawText($X,$YPos,$Value,$CaptionSettings);


Fixed code:
Code:
pDraw.class:2141 |           $this->drawText($X,$YPos,$Caption,$CaptionSettings);
pDraw.class:2169 |           $this->drawText($X,$YPos,$Caption,$CaptionSettings);

Author:  jean-damien [ Tue Dec 14, 2010 2:34 pm ]
Post subject:  Re: Caption parameter dont works in drawThreshold()

Indeed, corrected in the 2.0.8 :

Image

JD.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/