
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-analytics-charts
Advanced tools
[⛔️ DEPRECATED] React components to easily embed Google Analytics charts on your React site. Uses the Google Analytics Embed API.
Read the official documentation.
👁️ Full Example
For API hooks, check out: React Use Analytics API
Easily embed Google Analytics charts on your React site using this component library, which leverages the Google Analytics Embed API.
Choose from 10+ commonly used drop-in chart components, or build your own custom charts and render them as bar charts, column charts, geo charts, line charts, pie charts, and tables.
See the AnalyticsDashboard documentation for a full example, or reference any of the available charts for individual examples.
npm i react-analytics-charts
First, you will need an OAuth Client ID from Google to access the Analytics API. See How To Get An OAuth Client ID From Google to make this as easy and painless as possible.
You can also use an access token. See the auth
Options docs for more information.
The AnalyticsDashboard component handles loading the Google Analytics Embed API, sign-in and sign-out, and view selection for you. See the full example.
The following example embeds an analytics dashboard with two charts.
Be sure to change the authOptions
to use your clientId or serverAuth.access_token.
From there, you can experiment with other drop-in charts or try creating your own.
import { AnalyticsDashboard } from "react-analytics-charts";
// Over ten different commonly used charts are available
import { SessionsByDateChart, SessionsGeoChart } from "react-analytics-charts";
<AnalyticsDashboard
authOptions={{
clientId:
"123456789012-abc123def456ghi789jkl012mno345p.apps.googleusercontent.com",
}}
renderCharts={(gapi, viewId) => {
return (
<div>
<SessionsByDateChart
gapi={gapi}
viewId={viewId}
showPageViews
showUsers
/>
<SessionsGeoChart gapi={gapi} viewId={viewId} showPageViews />
... More charts here ...
</div>
);
}}
/>
See the Charts Overview for more charts, and AnalyticsDashboard for more information on the dashboard itself.
All of the charts in this library can be used standalone.
If you have the Google Analytics Embed API (gapi
) loaded and ready, and you know which view ID to query, you can pick any of the available charts and drop them right onto your site as standalone charts.
For example, if your view ID is ga:123456789
:
import { SessionsByDateChart } from "react-analytics-charts";
<SessionsByDateChart gapi={gapi} viewId="ga:123456789" />
You must be authorized. You can use the ViewSelector example to determine your view ID, and the useAnalyticsApi hook to easily load the gapi
API and authorize. If you use the AnalyticsDashboard, this will all be handled for you.
Type definitions have been included for TypeScript support.
Logo graphics by Twemoji, licensed under CC-BY 4.0. Favicon by favicon.io.
Open source software is awesome and so are you. 😎
Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.
For major changes, open an issue first to discuss what you'd like to change.
See Kindling for npm script documentation.
If you found this project helpful, let the community know by giving it a star: 👉⭐
Copyright © 2020 Justin Mahar https://github.com/justinmahar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
FAQs
[⛔️ DEPRECATED] React components to easily embed Google Analytics charts on your React site. Uses the Google Analytics Embed API.
The npm package react-analytics-charts receives a total of 47 weekly downloads. As such, react-analytics-charts popularity was classified as not popular.
We found that react-analytics-charts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.