Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

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 change

Flash 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:
  1. You can update correspondent file through xml_file variable - this will force FCP Chart object to read new file and update the chart.
  2. 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.