@antv/ava-react
TypeScript icon, indicating that this package has built-in type declarations

3.3.1 • Public • Published

language icon English | 简体中文

@antv/ava-react

React components of AVA.

MIT License Language NPM Package NPM Downloads

Introduction

@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 and Usage

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:

  1. Examples of <NarrativeTextVis/>:

    import { NarrativeTextVis } from '@antv/ava-react';
    export default () => {
    // where textSpec is of type NarrativeTextSpec
    return <NarrativeTextVis spec={textSpec} />
    }
  2. 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} />
    }
  3. <AutoChart/> is being further upgraded, so stay tuned.

import { NarrativeTextVis } from '@antv/ava-react';

Contribution PRs Welcome

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.

Package Sidebar

Install

npm i @antv/ava-react

Weekly Downloads

21

Version

3.3.1

License

MIT

Unpacked Size

2.32 MB

Total Files

355

Last publish

Collaborators

  • lvisei
  • yisi.wang
  • basketduck
  • biupiubiupiu
  • flash1
  • dreammy23
  • laixingui.lxg
  • zhangjunjie-loki
  • rainy25ghz
  • zeyuwang
  • yanxiong
  • susiwen8
  • freestyle21
  • soundquiet
  • elaine.q.10
  • sturuby
  • sakuya223
  • serializedowen
  • xdzhao
  • yangzhanmei
  • wjgogogo
  • leungwensen
  • dori
  • iaaron
  • yard
  • simaq
  • dxq613
  • intchous
  • susan_ann
  • jinke.li
  • lzxue
  • army8735
  • atool
  • baizn
  • dengfuping
  • neoddish
  • jeffy2012
  • zqlu
  • afc163
  • pomelo-nwu
  • kopiluwaky
  • ccnuzindex
  • panyuqi
  • bubkoo
  • zengyue
  • kasmine
  • boyu.zlj
  • l1ud0ngq1
  • newbyvector
  • winniexing
  • chenluli
  • kn9117
  • xdddst
  • semious2020
  • esora
  • nadia_liu
  • bbsqq
  • mxz96102
  • openwayne
  • pearmini
  • pddpd
  • yiqianyao
  • zhanba
  • cxxxxxn