Skip to content

We have created this small library specifically for charting needs of Groww.

License

Notifications You must be signed in to change notification settings

Groww-OSS/react-charts

Repository files navigation

!!! The repo has been migrated to webster

Groww React Charts

This library covers charting needs of Groww.

Installation

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

About

We have created this small library specifically for charting needs of Groww.

Resources

License

Stars

Watchers

Forks

Packages

No packages published