@swipebox/morphe-charts
v177.0.13
Published
A React UI chart component for Swipebox (forked from Pinterest's Gestalt)
Maintainers
Readme
Morphe ChartGraph
Installation
The package can be installed via npm:
npm i morphe --save
npm i morphe-charts --saveOr via yarn:
yarn add morphe
yarn add morphe-chartsUsage
Gestalt ChartGraph exports each component as ES6 modules and a single, precompiled CSS file:
import { ChartGraph } from 'gestalt-charts';