views:

35

answers:

1

Which 3d surface chart library out there do you recommand? It is ok if it is flash or silverlight, as long as it supports dynamic data update thru json.. Thank you!

Gil.

A: 

I am not entirely sure what you are after but one option for 3D charting with Javascript would be Canvas 3D Graph

Edit

Surface plotting is quite CPU-intensive and requires a good graphics API, so Javascript doesn't cut it.

Unfortunately there aren't any ready-made 3D charting libraries for Flash or Silverlight that support surface plotting, only a couple of 3D engines, for example Away3D.

If you are willing to go with applets then JFreeChart might help you (JFreeChart in an Applet). You can control the applet with Javascript and feed it whatever data necessary.

Saul
It doesn't do surface plots though.
Vivin Paliath