Scatter plots are used to visualise individual data points, highlighting relationships, distributions, and potential correlations between variables.
Name | Description | Type | Required | Default |
trendline | Adds trendline to graph | boolean | No | false |
loading | Displays a loading skeleton | boolean | No | false |
className | Applies a custom class | string | No | - |
Custom styling can be applied by targeting the class names below. Each class corresponds to a specific element for precise theming and overrides.
Class Name | Element |
scatter__points | Data point elements |
scatter__trendline | Trendline element (if enabled) |