I am looking for a GWT extension for displaying a Google finance-like chart. (features like zooming, scroll-bar and navigator are required)I want to stay away from flash. I have looked at GWT Highcharts. Anything else worth considering?

link|improve this question

feedback

3 Answers

Why not Google's Own Annotated Timeline? It is already integrated into GWT's Visualization library, and it's EXACTLY the chart you described. Though it is flash-based, it's the best one around (IMO). I've never been a fan of using unsupported charts like Highcharts, but if you're completely against using Flash, that's probably your best option.

link|improve this answer
thanks, but i am not considering use of flash. – Harpreet Sep 22 '11 at 5:19
feedback

I'm afraid I'm not familiar with Google Finance charting.

For annotated time-lines, the Simile Timeline project is just great. It's really mature, pure javascript, and has lots of documentation & examples. Plus, there are a set of GWT Wrappers available for it in Google Code.

But, it won't really show a conventional xy line chart.

Update:
Aaah, I've just seen there is a GWT wrapper for the Simile TimePlot, which does look more like an xy line chart.

link|improve this answer
feedback
up vote 0 down vote accepted

I found dygraph to be a good solution. It has a gwt wrapper as well.

An example here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.