A React UI chart component for Swipebox (forked from Pinterest's Gestalt)
npm install @swipebox/morphe-charts
The package can be installed via npm:
``bash`
npm i morphe --save
npm i morphe-charts --save
Or via yarn:
`bash`
yarn add morphe
yarn add morphe-charts
Gestalt ChartGraph exports each component as ES6 modules and a single, precompiled CSS file:
`js``
import { ChartGraph } from 'gestalt-charts';