Getting started

Get started with @mantine/charts package

License

Installation

yarn add @mantine/charts recharts@2

After installation import package styles at the root of your application:

import '@mantine/charts/styles.css';

Based on recharts

Most of the components in @mantine/charts package are based on recharts library. If you need advanced features that are not covered in @mantine/charts documentation, reference recharts documentation for more information.