Best web technology for building dynamic charts
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-05-31T19:25:21Z
Indexed on
2010/05/31
19:33 UTC
Read the original article
Hit count: 171
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.
© Stack Overflow or respective owner