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
Post a Comment