Advanced bubble chart
Important
All solutions have access to try advanced charts, but use of an advanced chart in Production is determined by your subscription tier.
The Advanced Bubble Chart displays bubbles which represent values for two different variables. The position of each dot on the X and Y Axis indicates the value for an individual data point. The size of each bubble is proportional to the represented values (the higher the value, the bigger the bubble).
Usage
Advanced Bubble Charts are used to observe relationship between variables.
Properties
Property | Description |
---|---|
Data Source | Select a data source to display as a chart. |
Filter | Apply a filter to the selected data source. |
Conditional Filters | Create conditional filters to apply to the selected data source. |
X Value | Select a data source to display as value on the X Axis. |
Y Value | Select a data source to display as value on the Y Axis. |
Bubble Size | Select a data source to display as bubble value. |
Default Name | Enter a default name for one dataset. If no dataset property is selected, only one dataset will be shown. |
Dataset Property | Disabled if a Default Name is entered. Select a data source to split the data into datasets based on this property. If no data source is selected, all the data will be treated as a single dataset. |
Color Value | Visible when Dataset Property of data type Boolean or Integer is selected. Set the dataset color from a data source of type Enum Type. |
Use Enum Colors | Visible when Dataset Property of type Enumerated Type is selected. Enable to use the colors defined in each Enum Value. |
Limit Datasets | Visible when Dataset Property of type Enumerated Type is selected. Enable to limit the dataset property by one or more Enum Values. |
Stack Datasets | Visible when Dataset Property is selected. Define to stack datasets Normal or to 100%. By default, None is selected. |
Use Static Datasets | Only visible when Dataset Property is not defined. Enable to use static datasets instead of defining a dataset property. |
Dataset Name | Visible when Use Static Datasets is enabled. Enter a static name for the dataset or bind it to a data source or function. |
Filter | Visible when Use Static Datasets is enabled. Apply a filter to the selected data source. |
Value Override | Visible when Use Static Datasets is enabled. Override the value if the value used for the dataset is stored in another property than the main value property. |
Color | Visible when Use Static Datasets is enabled. Define a color for the dataset. |
Disable Gradient | Enable to lighten up the color value. |
Title | Enter a static title or bind it to a data source, function, date now or date today. |
Sub Title | Enter a static title or bind it to a data source, function, date now or date today. |
Show Legend | Enable to show a legend. |
Legend Position | Visible when Show Legend is enabled. Position the legend on the top, left, bottom or right side of the chart. |
Disable Animation | Enable to stop animation of the chart. |
Zoom Type | Define if the X Axis, Y Axis or both should be zoomable. By default, None is selected. |
Show Data Labels | Enable to show data labels above each data point. |
Disable Mouse Tracking | Enable to block the chart for mouse tracking activities. |
Tooltip Value Decimals | Define decimals to override the number of decimals shown for the y value in the tooltip. |
Invert Axes | Enable to invert both X Axis and Y Axis with each other. |
Axis Title | Enter a static title or bind it to a data source, function, date now or date today. |
Axis Type | Select a type for the axis: Auto, Linear, Logarithmic, Datetime or Category. |
Tick Interval | Set an interval for ticks on the axis. If the interval is too dense to be displayed, some ticks will be removed automatically. Note that axes with data type Datetime are based on milliseconds. |
Min Value | Define the minimum value on the axis. If no value is set, it will automatically adjust to data. |
Max Value | Define the maximum value on the axis. If no value is set, it will automatically adjust to data. |
Enable Grid Lines | Enable to show grid lines on the axis. |
Enable Crosshair | Enable a crosshair on the axis. |
Hide Axis | Enable to hide the axis. |
Reverse Axis | Enable to reverse the axis in order to display the values from highest to lowest. |
Place Opposite | Enable to place the axis on the opposite side of the chart. |
Plot Threshold Indicators | Add plot threshold indicators by defining a name, visibility, type (line or band), start value and color. |
Event Handlers | You may add an On Series Click action to be executed when the data series is clicked. |
Last updated