Scatter Graph

Scatter plots are used to visualise individual data points, highlighting relationships, distributions, and potential correlations between variables.

Props

NameDescriptionTypeRequiredDefault
trendlineAdds trendline to graphbooleanNofalse
loadingDisplays a loading skeletonbooleanNofalse
classNameApplies a custom classstringNo-

Styling

Custom styling can be applied by targeting the class names below. Each class corresponds to a specific element for precise theming and overrides.

Class NameElement
scatter__pointsData point elements
scatter__trendlineTrendline element (if enabled)