mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-23 03:24:16 +00:00
Fix to HTML generation with charts that fall outside of the main data area, and fix to show trailing / in folders for the jpgraph in examples
This commit is contained in:
@@ -46,7 +46,7 @@ include 'PHPExcel/IOFactory.php';
|
||||
// Change these values to select the Rendering library that you wish to use
|
||||
// and its directory location on your server
|
||||
$rendererName = PHPExcel_Settings::CHART_RENDERER_JPGRAPH;
|
||||
$rendererLibrary = 'jpgraph3.5.0b1/src';
|
||||
$rendererLibrary = 'jpgraph3.5.0b1/src/';
|
||||
$rendererLibraryPath = '/php/libraries/Charts/' . $rendererLibrary;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user