
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@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 32 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.