Bubble Chart¶
A bubble chart can be used to display the relationship between three variables, similar to a scatter plot, with horizontal and vertical axes, and includes a variable representing size for comparison. It shows the general trend of how the dependent variable changes with the independent variable, allowing for the selection of an appropriate function to fit the empirical distribution and find the functional relationship between the variables. It can be used to observe the distribution and aggregation of data.
Chart Query¶
Define the filter conditions for the X-axis and Y-axis separately.
Five query methods are supported:
- Simple Query
- Expression Query
- DQL Query
- PromQL Query
- Data Source Query
For more details, refer to Chart Query.
Chart Configuration¶
For more details, refer to Chart Configuration.
