← Back to patterns
Relationship

Connected Scatter

Scatter plot with points connected in sequence.

Best For

Trajectories, evolution of two variables over time.

Live Demo

Live demo not yet available for this pattern

Usage

import { ConnectedScatter } from 'dolex/react';

<ConnectedScatter spec={spec} width={800} height={500} />