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
Activate the dual mode with the method .setDualMode. In this way you can, for example, compare features that have two characteristics.
graphomate_pictograms_1.setDualMode(true);
Determine the locomotive image ("RAILWAY") for the 1st data series (indexing starts at 0).
graphomate_pictograms_1.setIconAssignmentIconByIndex("RAILWAY", 0);