Scripting Documentation

The graphomate charts integrates seamlessly into the SAP Analytics Cloud. This also supports scripting in the Application Designer of the SAP Analytics Cloud.

Overview of all scripting methods

Examples

To add data to the graphomate charts, use the setResultSetFromChart method.

graphomate_charts_1.setResultSetFromChart(Chart_1);

To switch between time or structure mode, use the setRotated method.

graphomate_charts_1.setRotated(true);