likestheaction
unread,Dec 6, 2009, 11:40:49 PM12/6/09Sign 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 Flot graphs
I am getting this error trying to plot the following. I am using flot
0.6. Anyone encountered it? I updated my scripts in the html page to
use the new excanvas and flot.
var data = [];
var ticks = [];
data = [[0, " 9.494876"], [1, " 8.1098385"]];
ticks = [[0, "test0"], [1, "test1"]];
$.plot($("#overviewChartControl"), [ {
data :data,
bars : {
show :true
},
xaxis : {
ticks :ticks
}
} ]);