Scatter Plot

A flexible and composable scatter plot built with D3 primitives and React.

Example

Scatter Plot

Explore correlations between variables and identify patterns.

Series 1
Series 2
classic MODE

Installation

components/charts/ScatterPlot.tsx

How It Works

This chart uses Axis and Tooltip primitives to render axes and show interactive data points. Each circle represents a data point and shows its values on hover. The axes scale dynamically based on the data extent.