I need to build a custom designed bar chart that displays some simple data. Below are my requirements. Can anyone suggest the best web technology for my requirements.
- high browser compatibility
- ability to draw shapes
- ability to fill shapes with gradients
- ability to have onclick and onmouseover events for the different shapes (bars in the chart).
Thanks guys. I was thinking of using svg but looking for suggestions.
How about Raphaël – it’s SVG/VML.
It says:
Browser compatibility:
Ability to draw shapes
circle, rect, ellipse, image, text, path
Ability to fill shapes with gradients
yes
Ability to have onclick and onmouseover events
yes:
Everything in the reference
On top of that, there’s a plugin called gRaphael which makes the creation of charts easier.