Rchart is ruby port of the slick pChart charting library.
Using Rchart we can develop various format of chart.
- Line Chart
- Cubic Curve Chart
- Bar Chart
- Pie Chart
- Filled Line Chart
- Stacked Bar Chart
And many more ,You can checkout examples of rchart.Some of examples are listed below.
![Stacked Bar Chart Stacked Bar Chart](/wp-content/uploads/2010/10/Example18.png)
![Pie Chart Rchart - 3D Pie Chart](/wp-content/uploads/2010/10/example8.png)
![Line Chart Rchart -Line Chart](/wp-content/uploads/2010/10/example20.png)
Rchart gem require ruby-gd gem and GD library.
To install rchart gem on ubuntu following packages needed.
- sudo apt-get install libgd-ruby
- sudo apt-get install libpng-dev
- sudo apt-get install libgd2-xpm-dev
- sudo gem install ruby-gd
After installing rchart,You can checkout examples of rchart.
More examples of rchart is available on http://amardaxini.github.com/rchart/.
Online Documentation is available on http://rdoc.info/gems/rchart/1.1.1/frames
If you have found any difficulties to install or running rchart,then comment on this post or write issues on github.
1 comments On Rchart Charts And Graphs For Ruby
libgd-ruby was not required on ubuntu lucid, the gem building was fine, thanks