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

drawScatterThresholdArea
http://wiki.pchart.net/forum/viewtopic.php?f=1&t=2309
Page 1 of 1

Author:  mila76 [ Mon Dec 19, 2011 10:24 pm ]
Post subject:  drawScatterThresholdArea

This area have a name coded in source
need to change:
Code:
$AreaName = isset($Format["AreaName"]) ? $Format["AreaName"] : "La ouate de phoque"; //NULL;

in
Code:
$AreaName    = isset($Format["AreaName"]) ? $Format["AreaName"] : NULL;


Another "bug": if i set area start out of data, pchart draw an area out of GraphArea but visible
Example: X values from 10 to 50, i ask an area at 60->70

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