#401 : Fix for JpGraph

This commit is contained in:
Progi1984 2016-05-14 09:43:02 +02:00
parent 3942965fc4
commit c0fe7c275d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Settings
const ZIPARCHIVE = '\\ZipArchive';
/** Optional Chart Rendering libraries */
const CHART_RENDERER_JPGRAPH = 'jpgraph';
const CHART_RENDERER_JPGRAPH = 'JpGraph';
/** Optional PDF Rendering libraries */
const PDF_RENDERER_TCPDF = 'TcPDF';