0

I'm searching a (free or commercial) Flash component that can display 3D diagrams (three axes) and allow the user to interactively rotate the diagram.

The kind of diagram I'm talking about looks like this:

an example of a 3D diagram
(source: amibroker.org)
.

The component would be used to display various three-dimensional arrays served either from a server or JavaScript.

I think I could write such a component myself, but really want to avoid to reinvent the wheel...

Any .swf available that does this?

Community
  • 1
  • 1
Udo G
  • 12,572
  • 13
  • 56
  • 89
  • 1
    You want to graph `two-dimensional datasets` with a 3d diagram? – mrk Jul 20 '11 at 17:10
  • Well, a two dimensional array of values. – Udo G Jul 20 '11 at 17:12
  • @mrk was pointing you that with two-dimensional data (like date, visitors) you can build only two-dimensional chart like (http://bit.ly/q5wK6j).. and to be able to build three-dimensional chart you need third data attribute (like date, visitors, country). Well if one of your data values is date, you can split it to create 3rd dimension – Igor Milla Jul 21 '11 at 10:24
  • well, just assume I have the right data structure for the chart above and I just need the Flash software to display it... – Udo G Jul 21 '11 at 16:57

1 Answers1

0

I found this commercial product which offers 3d surface chart. And I cannot find any other flash tools to create this kind of charts.

As possible solution, you can try to use this tool, for creating static pictures on your server side (but as not r developer, I'm not sure if this possible), and after just load it as a static picture to show it to the user.

Also you can try to ask here at stats SE as written on their FAQ: "visualizing data" is on topic there.

Community
  • 1
  • 1
Igor Milla
  • 2,767
  • 4
  • 36
  • 44