user429620
user429620

Reputation:

Charting library that does not need to use excanvas for IE6-8?

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

Answers (2)

James
James

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

Related Questions