How can I modify the color used for Flot zoom selection? -


i've based graph on example shown @ http://www.flotcharts.org/flot/examples/visitors/index.html , works fine, users complaining pink color showing selection light them use well.

i can find plenty of docs series colors, linechart colors, can't determine can modify pink used in example. possible in options somewhere?

you can change color in selection options:

selection: {     mode: null or "x" or "y" or "xy",     color: color,     shape: "round" or "miter" or "bevel",     minsize: number of pixels } 

but can't change opacity this, hardcoded 0.4 in flot.selection.js file in line 323. change there if selection light.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -