Pass settings as a string from HTML
Instead of loading settings from a file now you can pass them as a string directly from HTML. This is done exactly the same as setting data from HTML:
so.addVariable(”chart_settings”, “<settings>…</settings>”);
Check amline7.html, amcolumn7.html or ampie2.html for better understanding.