zingchart/ZingChart-PHP

getSeriesText() only shows the first label/text

benjaminfrombe opened this issue · 1 comments

When I try to get all labels/texts from my chart, I only get the first one using the getSeriesText() function. Is there a way to find out the names of the other series using a function or is this a bug ?

Thank you

Benjamin

Hi Benjamin,

Good find! Thank you. That certainly was a bug. The functions getSeriesText() and getSeriesData() will now return an array of all the corresponding values.