$rendererName = PHPExcel_Settings::CHART_RENDERER_JPGRAPH;
$rendererLibrary = 'jpgraph3.5.0b1/src';
$rendererLibraryPath = 'C:/development/workspace/' . $rendererLibrary;
I was doing a project in symfony2 when i stumbled upon the problem that i can't get the chart to diplay in an HTML, so I thought i was doing something wrong so I used the example 36chartreadwriteHTML.php but i can't still view them.
jpgraph is currently in that location, and i can't understand why i can't see the sales chart at all, any help?
I get this in my .php result
13:09:18 Load Test from Excel2007 file 36writeLineChart1.xlsx
13:09:19 Iterate worksheets looking at the charts
Worksheet: Data
chart1 - "Sales"
lineChart
13:09:19 Write Tests to HTML file
13:09:19 File written to 36writeLineChart1.html
13:09:19 Peak memory usage: 3.75 MB
13:09:19 Done writing files
Files have been created in C:\development\workspace\Phpexcel\Examples
OFC the file is created but i can only view the sheet without the chart.
http://imgur.com/gxETa6k
$rendererLibrary = 'jpgraph3.5.0b1/src';
$rendererLibraryPath = 'C:/development/workspace/' . $rendererLibrary;
I was doing a project in symfony2 when i stumbled upon the problem that i can't get the chart to diplay in an HTML, so I thought i was doing something wrong so I used the example 36chartreadwriteHTML.php but i can't still view them.
jpgraph is currently in that location, and i can't understand why i can't see the sales chart at all, any help?
I get this in my .php result
13:09:18 Load Test from Excel2007 file 36writeLineChart1.xlsx
13:09:19 Iterate worksheets looking at the charts
Worksheet: Data
chart1 - "Sales"
lineChart
13:09:19 Write Tests to HTML file
13:09:19 File written to 36writeLineChart1.html
13:09:19 Peak memory usage: 3.75 MB
13:09:19 Done writing files
Files have been created in C:\development\workspace\Phpexcel\Examples
OFC the file is created but i can only view the sheet without the chart.
http://imgur.com/gxETa6k