Andrew
unread,Feb 11, 2012, 8:05:39 AM2/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jqplot...@googlegroups.com
Would be good, if we can watch what exactly you get from server and what
exactly you pass into processData(). So would be good if you can give
link on page with chart.
As for quick suggestion, try decrease array level, namely change
$.jqplot('chartdiv', [[response]], {
on
$.jqplot('chartdiv', [response], {
(delete one square brackets)