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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

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