This example is not a tutorial for Ajax itself; it is an example of using Ajax with iguanaChart. The Firefox browser (version 2.0.+) is recommended for this example.
Click the radio buttons to change the type of chart and categorization of the data:
| 2002 | 2003 | 2004 | 2005 | 2006 | |
|---|---|---|---|---|---|
| Hank | 32 | 35 | 34 | 38 | 33 |
| Willie | 37 | 39 | 40 | 36 | 35 |
| George | 40 | 41 | 37 | 37 | 39 |
I will explain this example in more detail in the near future. For now, view the page source to see the mechanical components. It's fairly simple once you have an understanding of Ajax and using iguanaChart in an SOA architecture.
Unfortunately you will not be able to replicate this demo on your own server very easily. The building blocks of Ajax prevent you from retrieving data from a domain different than that of the calling page. In order to make your own demo with iguanaChart, you will need to build the Java webapp and deploy it on your own server. See the open source project page.