Skip to main content

Chart

Usage

import { Chart } from 'react-chartjs-2';

<Chart
type={...}
options={...}
data={...}
{...props}
/>

See full usage examples.

Props

Also supports all standard <canvas> props.

NameTypeDefault ValueRequiredDescription