@groww-tech/react-charts
Version:
React charts library tailored as per Groww needs
56 lines (45 loc) • 1.14 kB
Markdown
# Groww React Charts
[](https://www.npmjs.com/package/@groww-tech/react-charts)
[](https://bundlephobia.com/package/@groww-tech/react-charts)

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