Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendations for a google finance-like interactive chart control

I need some sort of interactive chart control for my .NET-based web app. I have some wide XY charts, and the user should be able to interactively scroll and zoom into a specific window on the x axis. Something that acts similar to the google finance control would be nice, but without the need for the date labels or the news event annotations. Also, I'd prefer to avoid Flash, if that's even possible. Can someone please give some recommendations of something that might come close?

EDIT: the "real" google timeline visualization is for date-based data. I just have numeric data. I tried to use that control for non-date data, but it seems to always want to show a date and demands that the first data column actually be a date.

like image 225
Chris Farmer Avatar asked Sep 21 '08 16:09

Chris Farmer


People also ask

What is Google Finance good for?

Take your finances wherever you go — Google Finance allows you to save a version of your financial portfolio to your computer, allowing you to take it almost anywhere that you need it, even in a place where you can't get an Internet connection.

What happened to Google Finance charts?

Update: 3/26/2018 - As of March 19th, 2018, Google has officially discontinued the old version of Google Finance. Navigating to finance.google.com now redirects to the new version of Google Finance. For Google Finance diehards, Google has left the old version of Google Finance up at finance.google.com.

Are Google Charts Interactive?

These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no plugins are required. All of them are interactive, and many are pannable and zoomable.

Does Google have a chart maker?

Google chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.


1 Answers

How about using the "real" google finance tool from the Google visualizations project?

http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html

like image 78
smerickson Avatar answered Oct 21 '22 22:10

smerickson