Zend Certified Engineer

phpguru.org

Quality PHP and Javascript code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Add to Google...

HTML5 & CSS3

Articles

Javascript

PHP5

PHP4






Bookmark with delicious tweet this site Post to Google Buzz! Stumble! this site

5th December RGraph release


6th December 2009

[Direct URL for this article]

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)


RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.