Reputation:
Are there any charting libraries that fall back to VML instead of excanvas for IE6-8?
An additional requirement is the ability to combine line charts with a scatter chart (simply dots in the chart) (so I can't use the google visualization api)
Lastly, if a javascript library is required, preferrably jquery based.
Thanks, Wesley
Upvotes: 0
Views: 268
Reputation: 22246
gRaphael uses VML for IE but I believe its charting is fairly rudimentary. You could extend it with your own charts fairly easily. It is not reliant on jquery.
Upvotes: 1
Reputation: 47
would you check this http://code.google.com/apis/chart/interactive/docs/quick_start.html
Upvotes: 0