Bubble Chart Settings

NOTE. This specification contains only the settings, which are used on the mobile device.

Property Description Available values
indicators Array of selected dimension elements, which are color or height indicators. Value is an element with the following properties:
  • x. Key of the dimension element, by which bubble position is set up on the X axis.

  • y. Key of the dimension element, by which bubble position is set up on the Y axis.

  • color. Key of the dimension element, by which bubble color is set up.

  • radial. Key of the dimension element, by which bubble diameter is set up.

Example

Below is an example of setting up an express report map. The example contains settings applied in the mobile application:

<key>bubblechart</key>
<dict>
  <key>indicators</key>
  <dict>
        <key>x</key>
        <string>303</string>
        <key>y</key>
        <string>304</string>
        <key>radial</key>
        <string>306</string>
        <key>color</key>
        <string>304</string>
  </dict>

See also:

Report Description