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. You can find all methods here:

Examples

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

Code Block
graphomate_bubbles_1.setCircleLabel("Profit");

Here we check whether a zoom mode is being used and set each bubble element’s minimum radius to 15px if it is not.

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

Overview of all methods

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