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?
|
feedback
|
|
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. | ||||
|
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: | ||||
|
feedback
|
|
I found dygraph to be a good solution. It has a gwt wrapper as well. | |||
|
feedback
|