You can spread out your chart's settings over several files. This is useful if you have many charts that share some settings, but differ in others. You can create one common settings file for all of them, and custom settings files that will only contain the different settings.
You will need to edit the XML in the files accordingly, and then adjust the chart's HTML code. Open your web page file and find the code snippet. Find the line with the settings_file:
so.addVariable("settings_file", escape("settings.xml"));
You can add more files to the "settings.xml" part. Settings files must be separated by commas. For example:
so.addVariable("settings_file", escape("settings1.xml,settings2.xml"));
If more than one file contains the same setting, the last file's version will be used.
| © Antanas Marcelionis Contact and feedback: info@amcharts.com | Subscribe to amCharts news |