|
Additions
| • | Added classes to better control and track axis bins (text labels) |
| • | Added support for y axis bins |
| • | Added support for shared bins between series (unused bins) |
| • | Added support for drawing minor tick marks on the Y axis and Y axis |
| • | Added support for auto sort in all applicable series / data handlers. This is now set by default and may be turned off if data is correctly sorted prior to being handed to the data handler. |
| • | Added support for color specifications as rgb(0,0,0), rgba(0,0,0,100) and hex (#000000) everywhere colors may be specified |
| • | Added support for new zero plane coordinate property to AreaSeries and BarSeries |
| • | Added position and height/width properties to PieSeries to support multiple pie series per chart |
| • | Added findCenter method to PieSeries to find the center point of a given piece |
| • | Added getPoints method to PieSeries (to allow findCenter calls to provide a valid piece object) |
| • | Added orientation property to BarSeries and support for horizontal bar charts |
Modifications
| • | Consolidated and cleaned up xml parsing routines |
| • | Consolidated and cleaned up csv parsing routines |
| • | Cached many often used math methods for performance |
| • | Modified extremes to account for manually added bins with no associated data in series |
| • | Rewrote data handlers to better support text labels (bins) |
| • | Modified pie series to correctly use lineOpacity |
| • | Updated pie piece drawing to one path creation per piece |
| • | Added check in AnalogGaugeSeries to avoid resetting innerHTML unless the label has actually changed. |
| • | Added check of show_hints before triggering onShowHint event |
Bug Fixes
| • | Added media attribute to link tag to fix printing issues in firefox/netscape |
| • | Added correct headers when sending an xml request as POST |
| • | Fixed case when last tick is missing while using x_axis_tick_count |
| • | Fixed spelling - getZoomBoxCoordinates |
| • | Updated lineOpacity to 100 (from 1) in PieSeries so lines draw correctly |
| • | Added check for single 100% piece to remove line when drawn (fixed full circle drawing) |
| • | Reversed __intercept/__slope properties in TrendSeries so they represent the correct values |
| • | Updated number formatter to check for -0 as final output and remove - sign |
| • | onDblClickPoint and onAfterSelectPoint both now function correctly when show_hints is false |
| • | Fixed unterminated string error in TrendSeries |
| • | Updated style to remove border when axes are not visible (ie, pie or gauge only charts) |
| • | Fixed constant resize issue with pie charts (and anything with x axis hidden) in IE6/opera |
| • | Fixed issue with series drawing multiple times when added and redraw is false |
|