Change highlight point color in flot -
i using latest flot plugin 0.8 plot realtime data.i stuck @ following issue
i highlighted point using plot.highlight(series, datapoint);
its working fine.but want change highlight color of plotted graph.
is there way change highlight point color after plotting flot chart?
any highly appreciated.
simply change series 'highlightcolor' option, i.e.
plot.getdata()[0].highlightcolor = "#f00";
Comments
Post a Comment