Closed GoogleCodeExporter closed 8 years ago
Change it to solved!
I have found the solution. When creating dynamic content charts with PHP you
have full control on settings. Just keep in mind the type of the different
elements in the options object/array. In my case I was always using arrays and
the script (FLOT) didn't read them correctly (better said: I didn't write them
correctly). After I read all the options in the JS file I found that I must use
objects instead of arrays and now I have "full control" over flot options
through PHP.
P.S. The array/object with the options and data is send to flot with json.
Original comment by vihren.k...@gmail.com
on 20 Mar 2012 at 7:34
Original comment by dnsch...@gmail.com
on 30 Apr 2012 at 12:35
Original issue reported on code.google.com by
vihren.k...@gmail.com
on 18 Mar 2012 at 9:17