Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Info

Overview of all scripting methods

Insert excerpt
BU:de en Scripting Doku (bubbles) SAC
BU:de en Scripting Doku (bubbles) SAC
nopaneltrue

Examples

You can set custom labels by using the collection of setLabel methods like setCircleLabel.

...

Code Block
if (graphomate_bubbles_1.getZoomMode() === "none") {
	graphomate_bubbles_1.setMinRadius(15);
}

Overview of all methods

...