Scatter Plot¶
Represents the general trend of how the dependent variable changes with the independent variable. This trend can help in selecting an appropriate function for empirical distribution fitting, thereby identifying the functional relationship between 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 Measurements 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 on chart query conditions, refer to Chart Query.
Chart Configuration¶
For more details, refer to Chart Configuration.