Scatter Plot

A scatter plot built with D3 primitives and React.

Example

Series 1
Series 2

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.