Scatter Plot¶
Represents the general trend of the dependent variable as it changes 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 queried Measurement and Metrics can be different, but the by (grouping) Tags 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, please refer to Chart Query.
Chart Configuration¶
For more details, please refer to Chart Configuration.