Bubble Chart¶
A bubble chart can be used to display the relationship between three variables, similar to a scatter plot, with a horizontal axis and a vertical axis, and a variable representing size added for comparison. It shows the general trend of the dependent variable changing with the independent variable, allowing for the selection of an appropriate function to fit the empirical distribution, thereby finding 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 respectively.
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.
