# Morphe ChartGraph

[![NPM Version](https://img.shields.io/npm/v/gestalt-charts.svg)](https://www.npmjs.com/package/gestalt-charts)

## Installation

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
```

## Usage

Gestalt ChartGraph exports each component as ES6 modules and a single, precompiled CSS file:

```js
import { ChartGraph } from 'gestalt-charts';
```
