Home | History | Annotate | Download | only in flot

Lines Matching refs:plot

16    sometimes wrap rather than extending the plot's offset to create space.
44 - Exposed the dateGenerator function on the plot object, as it used to be
53 - Added a plot.destroy method as a way to free memory when emptying the plot
81 other side of the plot from the first axis. This resulted in the axis bar
94 that the font size of the plot placeholder, which may be very different.
107 - When using multiple axes on opposite sides of the plot, the innermost axis
111 - When removing series labels and redrawing the plot, the legend now updates
119 sides of the plot where there was no last tick label.
285 adds the ability to plot error bars, commonly used in many kinds of
309 - The plot function is now also a jQuery chainable property.
404 - Pie charts now accept values in string form, like other plot types.
492 - Navigate plugin now redraws the plot while panning instead of only after
527 A resize() method has been added to plot object facilitate this.
541 - New attribute $.plot.version with the Flot version as a string.
549 adding shutdown() methods to the plot. (based on patch by Ryley Breiddal,
553 for those who are using $.plot instead of .setData()/.draw(). Also update
616 plot (reported by by outspirit).
658 In the global options specified in the $.plot command, "lines", "points",
662 $.plot(placeholder, data, { lines: { show: true }})
668 $.plot(placeholder, data, { series: { lines: { show: true }}})
699 - The built-in date formatter can now be accessed as $.plot.formatDate(...)
744 the data and doing the plot. This can be used to modify Flot without
759 - Image plugin: plot prerendered images.
761 - Navigation plugin for panning and zooming a plot.
811 it from overlapping the plot itself. This also fixes a problem with anti-
899 - Fixed a bug in calculating spacing around the plot. (reported by
940 More members on the plot object (report by Chris Davies and others).
946 plot in pixels. Support for customizing tick interval sizes directly with
972 - Fixed erratic behaviour when interacting with the plot with IE 7. (reported
988 - Support clicking on the plot. Turn it on with grid: { clickable: true },
990 in units of the plot.