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

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -