🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

@groww-tech/react-charts

Package Overview
Dependencies
Maintainers
1
Versions
23
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

Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
594
7.41%
Maintainers
1
Weekly downloads
 
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 19 Sep 2024

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