|
|
Dynamic data change
Author: Antony Corsten Reference Number: AA-00350 Views: 4897 Last Updated: 07/23/2009 07:38 AM |
0 Rating/ Voters
|
    |
Dynamic data changeFlash Charts Pro® supports dynamic data updates at client side. It means that you can change the entire data of a chart at the client side itself, without reloading the chart or the page. You can use JavaScript or VBScript to dynamically update the client side data. If FCP Chart object already present on the page and you want to load fresh/new data into it you can do this by following methods: - You can update correspondent file through xml_file variable - this will
force FCP Chart object to read new file and update the chart.
- You can send new data through xml_string.
You can do that using JavaScript or VBScript on client side. Please refer to examples on next pages.
|
|
|