Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
amazing-react-charts
Advanced tools
React UI toolkit for the web.
A simple library to create and handling awesome canvas charts.
This package is based on echarts and echarts-for-react wrapper.
Amazing React Charts is avaliable as a NPM package.
npm install --save amazing-react-charts
yarn add amazing-react-charts
Here is a quick example to get you started, it's all you need:
import VerticalBarChart from 'amazing-react-charts'
<VerticalBarChart
color='green'
xType='time'
barWidth={ 100 }
yComplement='%'
tooltip={{
label: 'Axis x tooltip label',
result: 'Axis y tooltip label'
}}
data={[
{ label: 'value 1', result: 50 },
{ label: 'value 2', result: 21 },
{ label: 'value 3', result: 84 },
{ label: 'value 4', result: 79 }
]}
/>
To run the demo:
git clone https://github.com/nginformatica/amazing-react-charts.git
Install all the dependencies:
yarn
To run the demo, run the following command:
yarn start
Check out our documentation website.
Bug reports, feature requests and other contributions are more than welcome!
Whenever possible, please make a pull request with the implementation instead of just requesting it.
If the feature is big, open an issue first for discussion.
The descriptions of the props used on this package are found in: https://echarts.apache.org/en/option.html
This project is licensed under the terms of the MIT license.
FAQs
An amazing react charts package based in echarts
The npm package amazing-react-charts receives a total of 88 weekly downloads. As such, amazing-react-charts popularity was classified as not popular.
We found that amazing-react-charts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.