Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationScatterChart

ScatterChart

A scatter chart component for visualizing correlations and relationships between two or three variables with optional bubble sizing.

Install Dependencies

npx
quickcode-ui add ScatterChart

Examples

Basic

Basic Scatter Chart

Bubble Chart

Bubble Scatter Chart

Multiple Series

Multiple Scatter Series

Props

ChartContainer

PropTypeDefaultDescription
configChartConfigConfiguration object defining chart colors and labels
childrenReactNodeChart components to render
classNamestringAdditional CSS classes

ScatterChart

PropTypeDefaultDescription
marginobjectChart margins
classNamestringAdditional CSS classes

Scatter

PropTypeDefaultDescription
dataany[]Array of data points to visualize
fillstringFill color for scatter points
namestringName for legend display
shapestringShape of scatter points

ChartTooltipContent

PropTypeDefaultDescription
hideLabelbooleanfalseHide the tooltip label
classNamestringAdditional CSS classes
Last updated on