3.9.20.3Loading a chart template

You can load an existing template onto a chart using command: "load-template". For example:

Framework.ChartChange({

mode: "active", // or "all", or "single" plus a .chartId value

command: "load-template",

templateName: "My saved chart template"

});