#401 : Fix for JpGraph
This commit is contained in:
parent
ee4cb020f1
commit
3942965fc4
|
@ -29,7 +29,7 @@ require_once(\PHPExcel\Settings::getChartRendererPath().'/jpgraph.php');
|
|||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||
* @version ##VERSION##, ##DATE##
|
||||
*/
|
||||
class jpgraph
|
||||
class JpGraph
|
||||
{
|
||||
private static $width = 640;
|
||||
|
Loading…
Reference in New Issue