5th December RGraph release
6th December 2009
This release adds a new variant on the traditional Scatter chart - the boxplot diagram. The scatter chart example page shows this. This can be used to (for example) display ranges in data. Other changes include:
- Added a new function - RGraph.Async() - which can be used to further increase the speed of your pages.
- Removed text support for Opera. The graphs are still displayed, albeit without text
- Changed to object detection in place of specific browser detection for older browsers. This means more browsers are accounted for.
- Added RGraph.getSegment() function, which is used for the Donut, Pie and Radar charts to get segment details.
- Added ability to do Barplots using the Scatter chart.
- You can now specify the scatter to not display tick marks (by specifying the tickmark as null)