Domanda

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?

È stato utile?

Soluzione 4

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

An example here

Altri suggerimenti

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.

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.

Annotated time line GWT is certainly not supported.

You will find that the flash control is a closed black box, and errors and faults just drift away. No messages, no way out and no one will respond.

While at least with highstock, you have some hope as you have the source. And folks there at least respond.

Also the flash control does not seem to play nice with apple. So you won't have support for chrome or safari on a mac (does seem to work with firefox on the mac).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top