Skip to content

Charts - Overview

This page groups general topics that are common to multiple charts.

⚠️ This is an upcoming library. Please upvote 👍 features you would like to see first. And comments if you have specific needs to be solved by them.

Display charts

Charts can be rendered in two ways. With a single component or by composing sub components.

Single charts

For common use case, single component is the recommended way.

You have to provide the series props. The width and height if the component is not responsive.

bar Abar Bbar C0.00.51.01.52.02.53.03.54.04.55.0
Press Enter to start editing

Multiple charts

To combine different charts, like lines with bars, you can use composition with <ChartContainer /> wrapper.

Inside this wrapper, you can render <XAxis />, <YAxis />, or any plot component (<BarPlot />, <LinePlot />, <ScatterPlot />)

2,0102,0112,0122,0132,014Years024681012Results1k2k3k4k5k6k7k8k10kPIB

Axis management

Multiple axis scales

Axis customization

Zoom management

Data selection