Intro
Basics
Charts
ScatterLineAreaDonutBarStackedBar

Scatter

This is a scatter chart.

020406080100
020406080100
Variable one
Variable two
<Box sx={{ width: '100%', height: '400px' }}>
<Chart x={[0, 100]} y={[0, 100]} padding={{ left: 60, top: 50 }}>
<Grid vertical horizontal />
<Ticks left bottom />
<TickLabels left bottom />
<AxisLabel left>Variable one</AxisLabel>
<AxisLabel bottom>Variable two</AxisLabel>
<Plot>
<Scatter
size={10}
x={(d) => d.x}
y={(d) => d.y}
data={[
{ x: 100, y: 50 },
{ x: 0, y: 100 },
]}
/>
</Plot>
</Chart>
</Box>
EMAIL
hello@carbonplan.org
NEWSLETTER
Subscribe
CarbonPlan is a registered nonprofit public benefit corporation in California with 501(c)(3) status.
(c) 2024 CARBONPLAN
READ OUR TERMS
X,Y: 0000,0000
7f82ed9