Socket
Book a DemoInstallSign in
Socket

@groww-tech/react-charts

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groww-tech/react-charts

React charts library tailored as per Groww needs

latest
Source
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

Groww React Charts

npm version minzipped size GitHub Workflow Status

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

Keywords

charts

FAQs

Package last updated on 24 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts