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:
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); |
Overview of all methods
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...