Skip to content

Commit

Permalink
Add clarification about the use of setData to the API documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://flot.googlecode.com/svn/trunk@60 1e0a6537-2640-0410-bfb7-f154510ff394
  • Loading branch information
olau@iola.dk committed Mar 7, 2008
1 parent e5a73a3 commit 8d07034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions API.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,12 @@ members:
ticks, legend etc. will not be recomputed (use setupGrid() to do
that). You'll probably want to call draw() afterwards.

You can use this function to speed up redrawing a plot if you now
that the axis won't change. Put in the new data with
setData(newdata) and call draw() afterwards, and you're good to
go.


- getData()

Returns the data currently used. The data series returned are
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ error margin indicators
non-xy based graph types
- figure out how to integrate them with the rest of the plugin
- pie charts
- bar charts with keys instead of x values
- bar charts, keys instead of x values

0 comments on commit 8d07034

Please sign in to comment.