Lines Matching refs:Flot
0 ## Flot 0.8.3 ##
49 ## Flot 0.8.2 ##
72 labels when using a plugin, like flot-tickrotor, that overrode tick labels.
134 ## Flot 0.8.1 ##
164 - When a custom color palette has fewer colors than the default palette, Flot
181 ## Flot 0.8.0 ##
185 Support for time series has been moved into a plugin, jquery.flot.time.js.
200 Axis tick labels now use the class 'flot-tick-label' instead of 'tickLabel'.
201 The text containers for each axis now use the classes 'flot-[x|y]-axis' and
202 'flot-[x|y]#-axis' instead of '[x|y]Axis' and '[x|y]#Axis'. For compatibility
203 with Flot 0.7 and earlier text will continue to use the old classes as well,
210 overriding the 'flot-tick-label' CSS rule or via the axis 'font' option.
212 A new plugin, jquery.flot.canvas.js, allows axis tick labels to be rendered
227 The base and overlay canvas are now using the CSS classes "flot-base" and
228 "flot-overlay" to prevent accidental clashes (issue 540).
275 the flot.time plugin. (patch by Yael Elmatad)
284 - Added a plugin jquery.flot.errorbars, with an accompanying example, that
420 ## Flot 0.7 ##
466 But if you just configure a base color Flot will now autogenerate a tick color
541 - New attribute $.plot.version with the Flot version as a string.
543 - The version comment is now included in the minified jquery.flot.min.js.
548 - Refactor replot behaviour so Flot tries to reuse the existing canvas,
608 handler in Flot.
648 ## Flot 0.6 ##
654 jquery.flot.selection.js after jquery.flot.js. This reduces the size of
655 base Flot and makes it easier to customize the selection as well as
687 - Flot now calls $() on the placeholder and optional legend container passed
689 use Flot with libraries like Prototype or Mootools or through raw JSON from
718 - Data passed into Flot is now copied to a new canonical format to enable
720 this should make Flot more robust in the face of bad data. (issue 112)
739 - Plugin system: register an init method in the $.flot.plugins array to get
743 - Hooks: you can register functions that are called while Flot is crunching
744 the data and doing the plot. This can be used to modify Flot without
770 - The color parsing code in Flot has been cleaned up and split out so it's
771 now available as a separate jQuery plugin. It's included inline in the Flot
773 to use the color helpers in Flot plugins.
815 Hopefully, this will make Flot
839 ## Flot 0.5 ##
885 - You can now specify a coordinate as null (like [2, null]) and Flot will
924 ## Flot 0.4 ##
932 as data, and Flot will automatically spit out sensible ticks. Take a look at
979 ## Flot 0.3 ##
999 ## Flot 0.2 ##
1024 ## Flot 0.1 ##