Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / charts / README
blob1f9048b4c846b029c061e821eb07e09388988e3c
1 YUI Library - Charts - Release Notes
3 2.5.2
4   * Support for legends
5   * New series styles connectPoints, connectDiscontinuousPoints, and discontinuousDashLength
6   * dataTipFunction, xAxisLabelFunction, and yAxisLabelFunction attributes now support function references
7   * Added destroy() function.
8   * Changed majorTicks and minorTicks substyle "position" to "display". New option "none" will hide ticks.
9   * When polling is enabled, the chart now makes an immediate request instead of waiting for the first interval.
10   * Includes ActionScript source files and sample Ant build file.
12 2.5.1
13   * No changes
15 2.5.0
16   * Added lineSize style to series styles
17   * Added showLabels substyle to xAxis and yAxis styles
18   * Added more descriptive local content warning for ExternalInterface failure
19   * Improved minor unit calculation
20   * Fixed animation and marker positioning bugs
21   * Fixed bug that caused series definition update to fail
22   * Fixed bug that caused setting hex color values with # symbol to fail
23   * Added initialization flag to ensure DataSource doesn't receive multiple requests during initialization.
25 2.4.0
26   * Experimental release