# Groww React Charts

 [![npm version](https://img.shields.io/npm/v/@groww-tech/react-charts?color=51C838)](https://www.npmjs.com/package/@groww-tech/react-charts) 
 [![minzipped size](https://img.shields.io/bundlephobia/minzip/@groww-tech/react-charts)](https://bundlephobia.com/package/@groww-tech/react-charts)
 ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Groww/webster/react-charts.yml?color=51C838)

This library covers charting needs of Groww.

## Installation

```sh
npm i @groww-tech/react-charts
```


# Folder Structure

```
.github
   |-- workflows
   |   |-- main.yml
.gitignore
LICENSE
README.md
package-lock.json
package.json
rollup.config.js
rollup.input.js
src
   |-- BarGraph
   |   |-- index.tsx
   |-- CandleChart
   |   |-- candleChart.css
   |   |-- candleChartTypes.tsx
   |   |-- index.tsx
   |-- LineGraph
   |   |-- index.tsx
   |   |-- lineGraph.css
   |   |-- lineGraphTypes.tsx
   |-- PieChart
   |   |-- index.tsx
   |   |-- pieTypes.tsx
   |-- index.ts
   |-- utils
   |   |-- helpers
   |   |   |-- index.ts
tsconfig.json
tsconfig.types.json
yarn.lock
```


## License

MIT
