Forum


Replies: 3   Views: 2512
Repeat x axis name in colchart
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 Samuel  · 17-02-2017 - 14:57

Ok, thank you. Meanwhile I'm adding spaces before and after existent keys:

while (isset($chart_data[$x_name])) {
    $x_name = " $x_name ";
}

$chart_data[$x_name] = ...