Scatter Plot¶
Represents the general trend of the dependent variable changing with the independent variable. Based on this trend, an appropriate function can be selected for empirical distribution fitting, thereby finding the functional relationship between the variables.
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
The Measurement and Metrics for the queries can be different, but the by (grouping) Tag must be consistent. Modifying one query condition will automatically synchronize the changes to the other query condition.
For more detailed explanations of chart query conditions, refer to Chart Query.
Chart Configuration¶
For more details, refer to Chart Configuration.