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
pull/1/head
olau@iola.dk 16 years ago
parent 48adc6aaf1
commit d2b0d36e3a

@ -936,8 +936,11 @@ Flot to keep track of its state, so be careful.
- getOptions()
Gets the options for the plot, in a normalized format with default
values filled in.
Gets the options for the plot, normalized, with default values
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

Loading…
Cancel
Save