The graphomate charts integrates seamlessly into the SAP Analytics Cloud. This also supports scripting in the Application Designer of the SAP Analytics Cloud. You can find all methods here:
Info |
---|
Overview of all scripting methods Insert excerpt |
---|
| PG:de en Scripting Doku (pictograms) SAC |
---|
| PG:de en Scripting Doku (pictograms) SAC |
---|
nopanel | true |
---|
|
|
Examples
Activate the dual mode with the method .setDualMode. In this way you can, for example, compare features that have two characteristics.
Code Block |
---|
graphomate_pictograms_1.setDualMode(true); |
Determine the locomotive image ("RAILWAY") for the 1st data series (indexing starts at 0).
Code Block |
---|
graphomate_pictograms_1.setIconAssignmentIconByIndex("RAILWAY", 0); |