
Security News
gem.coop Tests Dependency Cooldowns as Package Ecosystems Move to Slow Down Attacks
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.
@formant/ava-react
Advanced tools
English | 简体中文
@antv/ava-react is a plug-and-play React component library based on the integration of AVA capabilities, which contains three core components:
<NarrativeTextVis/>: Demonstrate data insight interpretation text. In a full-flow presentation of data analysis, using text to describe data phenomena is as critical as giving insightful conclusions.<InsightCard/>: Present data insights in a combination of graphics and text. It is possible to either receive data directly and perform insights automatically, or to visualize and interpret only the insight result data for presentation.<AutoChart/>: Automatically recommends and renders the appropriate chart based on the data. It provides users with the ability to implement intelligent visualizations in one line of code, and the component is currently undergoing further upgrades.Installation can be done via npm or the yarn package manager.
# npm
$ npm install @antv/ava-react --save
# yarn
$ yarn add @antv/ava-react
The following is a practical example of how the three main components of @antv/ava-react can be used:
Examples of <NarrativeTextVis/>:
import { NarrativeTextVis } from '@antv/ava-react';
export default () => {
// where textSpec is of type NarrativeTextSpec
return <NarrativeTextVis spec={textSpec} />
}
Examples of <InsightCard/>:
import { InsightCard } from '@antv/ava-react';
export default () => {
// where the insightInfo type refers to the data insight output by the insight module
return <InsightCard insightInfo={insightInfo} />
}
<AutoChart/> is being further upgraded, so stay tuned.
import { NarrativeTextVis } from '@antv/ava-react';
We welcome all contributions. Please read our Contributing Guide first. You can submit any ideas as pull requests or as GitHub issues. Let's build a better AVA together.
More at Wiki: Development.
FAQs
React components of AVA.
The npm package @formant/ava-react receives a total of 566 weekly downloads. As such, @formant/ava-react popularity was classified as not popular.
We found that @formant/ava-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.