Gathering detailed insights and metrics for react-google-charts
Gathering detailed insights and metrics for react-google-charts
Gathering detailed insights and metrics for react-google-charts
Gathering detailed insights and metrics for react-google-charts
react-google-charts-with-key
temporary package as a fix to react-google-charts to add maps apiKey
react-google-charts-offline
react-google-charts React component
@alheimsins/react-google-charts
react-google-charts React component
@mui/x-charts
The community edition of the Charts components (MUI X).
A thin, typed, React wrapper over Google Charts Visualization and Charts API.
npm install react-google-charts
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,621 Stars
527 Commits
345 Forks
28 Watching
6 Branches
56 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (62.87%)
MDX (33.04%)
JavaScript (3.46%)
CSS (0.63%)
Cumulative downloads
Total Downloads
Last day
-12.3%
24,646
Compared to previous day
Last week
0.7%
135,810
Compared to previous week
Last month
10%
594,540
Compared to previous month
Last year
34.3%
6,417,773
Compared to previous year
React Google Charts is a lightweight and fully typed React wrapper for Google Charts.
It's easy to use, supports over 25 chart types, supports animations and is highly customizable when needed.
Install this library with your favorite package manager:
1npm i react-google-charts
Then, import and use it:
1import { Chart } from "react-google-charts"; 2 3<Chart 4 chartType="ScatterChart" 5 data={[ 6 ["Age", "Weight"], 7 [4, 5.5], 8 [8, 12], 9 ]} 10 width="100%" 11 height="400px" 12 legendToggle 13/>;
Contributions are very welcome. Check out CONTRIBUTING.md
1git clone https://www.github.com/rakannimer/react-google-charts 2cd react-google-charts 3npm i 4npm run start:storybook
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
Found 2/8 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More