gestalt-charts
v165.1.0
Published
A React UI chart component which enforces Pinterest's design language
Downloads
5,236
Maintainers
Readme
Gestalt ChartGraph
Installation
The package can be installed via npm:
npm i gestalt --save
npm i gestalt-charts --save
Or via yarn:
yarn add gestalt
yarn add gestalt-charts
Usage
Gestalt ChartGraph exports each component as ES6 modules and a single, precompiled CSS file:
import { ChartGraph } from 'gestalt-charts';