javascript - Looking for charts library that supports linked events -


i looking library allows me create charts "annotated time lines" e.g. used on google finance. can't use google api because relies on flash , chart should not work on common browsers usable mobile devices ipad. don't need of features of google's solution, displaying linked event flags in chart essential requirement , ability arbitrarily zoom , pan chart nice, latter feature not must on mobile devices , older browsers.

a serverside solution transparently generates plain image charts if flash (or other client features canvas-elements) not available on client ok, have asp.net mvc 2 running on serverside.

an open source solution great, commercial library or component option. suggestions?

what http://highcharts.com, api complete


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -