Home Forums Chart Support axisX label set Reply To: axisX label set

#11740

Hi,

It worked!
With ur method, I checked my array. And I did store the String type to the ArrayList() al4, but when it pass to the JavaScript by using the method “out.print()”, it’ll get rid off the ” ” characters, so it should be like this ” out.print(“\””+al4.get(i)+”\””)”, then the “2016-xx-xx” will stored in the array of JavaScript.

Thanks for ur time!!!!!! :)