Commit d2b0d36e authored by olau@iola.dk's avatar olau@iola.dk

Add a note about getOptions() being useful for changing options

on-the-fly (hopefully adressing issue 370 by Mitja Koren)


git-svn-id: https://flot.googlecode.com/svn/trunk@276 1e0a6537-2640-0410-bfb7-f154510ff394
parent 48adc6aa
...@@ -936,8 +936,11 @@ Flot to keep track of its state, so be careful. ...@@ -936,8 +936,11 @@ Flot to keep track of its state, so be careful.
- getOptions() - getOptions()
Gets the options for the plot, in a normalized format with default Gets the options for the plot, normalized, with default values
values filled in. filled in. You get a reference to actual values used by Flot, so
if you modify the values in here, Flot will use the new values.
If you change something, you probably have to call draw() or
setupGrid() or triggerRedrawOverlay() to see the change.
Hooks Hooks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment