Reputation: 895
Does anyone know any example of a Raphael bar graph? I checked gRaphael but the bar graph that it generates is not what I want. I want a bar graph that looks like the graph here - http://www.rgraph.net/canvas/bar.html#example . I don't want to use rgraph as it's not free for commercial applications.
EDIT: Now, RGraph is indeed entirely free - licensed using the MIT Open Source license
Upvotes: 3
Views: 998
Reputation: 168685
Have you looked at Raphael's graphing sub-library, gRaphael?
There are bar chart examples on the gRaphael home page. Just navigate to them and view their source.
Hope that helps.
Upvotes: 1
Reputation: 903
If Raphael is not a hard requirement, you could take a look at Highcharts. They have a nifty javascript charting library.
Upvotes: 2