November 2011 release notes
The November 2011 release of RGraph is now available and has these changes:
- Added new animation effects: Bar chart Wave, Pie chart Wave, HProgress bar Grow, VProgress bar Grow
- The Fuel chart Grow effect has been rewritten - it now "Grows" from the last position instead of from zero all the time
-
The way the Donut chart is drawn has been altered so that the center can be transparent and shadows are drawn correctly.
There's an example here: http://www.rgraph.net/examples/donut.html
-
Added four new properties to the Gauge chart for controlling color: chart.border.inner, chart.border.outer,
chart.centerpin.color and chart.needle.color.
- IE7 is now supported with ExCanvas.
-
IMPORTANT: The Pie chart .getSegment(e) method now returns angles measured in radians, not in degrees.
Roughly, 1 radian is equal to 57.29 degrees (or 180/Math.PI ).
-
IMPORTANT: The Rose chart .getSegment(e) method now returns angles measured in radians, not in degrees.
Roughly, 1 radian is equal to 57.29 degrees (or 180/Math.PI ).
- There's now an example of the Pie chart RoundRobin and Implode effect on the front page of the website
-
The key has been separated out into it's own file. This saves roughly 30k if you don't use it. If you do use it
you will need to include this file in your page
-
The chart libraries have a new technique that avoids you getting blurry lines that appear to be thicker than a
single pixel. This affects roughly 12 of the libraries.
- Added the chart.zoom.thumbnail.fixed option.
- The Rose chart adjusting has been removed.
- Added an example of financial data represented using the Scatter chart: http://www.rgraph.net/docs/financial.html
- Added an example of getting data from an XML file on the server: http://www.rgraph.net/docs/xml-data.html
-
The slide in and slideout have each had the argument used to stipulate the direction renamed:
- RGraph.Effects.jQuery.Slide.In(obj, {'from': 'right'});
- RGraph.Effects.jQuery.Slide.Out(obj, {'to': left'});
- Added more punctuation characters to the LED chart.
-
The Scatter chart option chart.boxplot.width is now a SCALE value, not a PIXEL value. Therefore, if your chart.xmax
value is 28 (for four weeks) 1 week would be represented by a value of 7, whereas before that would simply be 7
pixels.
Download RGraph here: RGraph_2011-10-26-stable.zip