Chart.Points

Markers on the data points; pass `sizeKey` for a bubble chart.

JanFebMarAprMayJun01020304050
Chart of Projects published over 6 points
monthProjects published
January24
February31
March28
April35
May42
June38
<Chart.Line />
<Chart.Points />

API

PropTypeDefault
keysreadonly string[]Series to draw. Defaults to the root's value keys.
maxRadiusnumber14Largest radius sizeKey may reach. The scale maps the data onto it by area.
radiusnumber4Dot radius in pixels, when sizeKey is not driving it.
sizeKeystringField driving the dot area, for a bubble chart.

Plus every <g> prop. Source: chart/components/chart-points.tsx.

sizeKey turns the dots into a bubble chart, mapped by area rather than radius so a value twice as large looks twice as large.