Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web visualisations for data?

I would like to display a bunch of data in a meaningful way through visualizations on a site.

I have been experimenting with RaphaelJS library, but performance on IE8 is terrible, and HTML5 canvas is still not widely supported.

So I'm left with Flash and any existing libraries.

On the flash side there seem to be many, but because of this I am a bit lost and don't have the possibility to experiment with each one.


( I will list any libraries that people have pointed out here. )

Flash / Flex:

  • Flare
  • Axiis
  • BirdEye
  • Flex Charting Components
  • Core Components/Charting
  • IBM ILOG Elixir

    Thanks ZackBeNimble (link to answer)

Javascript:

  • Google Visualizations API Gallery

    Thanks Justin Johnson (link to answer)

  • Google ExplorerCanvas (HTML5 Canvas for IE)

    Thanks Craig Stuntz (link to answer)

  • ProcessingJS

    Thanks Bobby (link to answer)

Java:

  • IBM's many-eyes.com

    Thanks Richard Inglis (link to answer)


Help would be very much appreciated. Thanks!

like image 697
RadiantHex Avatar asked Dec 29 '22 04:12

RadiantHex


1 Answers

You may want to check out Google Visualizations API Gallery (which are different from its graphing API). It's a collection of different, cross-browser visualizations. Some are in flash, others render static images. Also, some integrate with GWT.

alt textalt text
(source: google.com)

alt text
(source: google.com)

alt textalt text

like image 128
Justin Johnson Avatar answered Jan 10 '23 13:01

Justin Johnson