Forum


Replies: 4   Views: 2407
Problem with addchart and "showtable" parameter in version 7.5
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 29-01-2018 - 11:08

Hello,

The dev team has checked the issue and it appears by a wrong lowercase in a variable.

Please edit the classesCreateBarChart.inc file, and around line 226, you'll find this:

if (!empty($this->_showtable)) {

Please change it by:

if (!empty($this->_showTable)) {

and try again. The table should appear correctly after this change.

Although we're going to upload a new package with this fix, these are the files that need the same change: CreateAreaChart.inc, CreateBarChart.inc, CreateLineChart.inc, CreateRadarChart.inc and CreateSurfaceChart.inc.

Our apologies for any inconvenience.

Regards.