Flot graph animation possible? -
is possible animate flot graph similar "www.jqplot.com/deploy/dist/examples/barlineanimated.html"??
how add animations below code?
$("#verticlebar").width($('#verticlebar').parent().width()); $.plot(chartid,chartdata,options);
yes, can this plugin (flot animator) : http://www.codicode.com/demo/flotanimator
i developed plugin, can animate type of series type (lines, bars, points), can choose animation direction (left, right, center), duration, steps..
Comments
Post a Comment