Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@antv/auto-chart
Advanced tools
English | 简体中文
AutoChart
AVA/auto-chartAutoChart is a React component that can automatically recommends and renders the appropriate chart based on the input data.
AutoChart exports the AutoChart
component which is available for AVA users.
It combines the major capabilities of ChartAdvisor
, the core chart recommendation library in AVA.
AutoChart can be used to automatically generate and render appropriate charts based on the given data and analysis requirements. The core purpose of AutoChart is to provide users with the ability to automatically illustrate proper chart of data with a single line of code.
$ npm install @antv/auto-chart
import React from 'react';
import ReactDOM from 'react-dom';
import { AutoChart } from '@antv/auto-chart';
const data = [
{ f1: '2019-01', f2: 100 },
{ f1: '2019-02', f2: 300 },
{ f1: '2019-03', f2: 340 },
{ f1: '2019-04', f2: 330 },
];
ReactDOM.render(<AutoChart data={data} />, document.getElementById('container'));
For more usages, please check the API Reference
We welcome all contributions. Please read General Contribution Guide first.
You can submit any ideas as Pull Requests or as GitHub Issues. Let's build a better AVA together.
MIT
FAQs
A React component for chart use
The npm package @antv/auto-chart receives a total of 22 weekly downloads. As such, @antv/auto-chart popularity was classified as not popular.
We found that @antv/auto-chart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 64 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.