BizCharts

Powerful data visualization library based on G2 and React.「强大的数据可视化库,基于 G2 和 React。」

Github星跟蹤圖

BizCharts


NPM Package NPM Downloads

New charting and visualization library has been released: https://bizcharts.taobao.com/products/bizCharts.

More details about BizCharts

Features

  • React ES6 grammar
  • Easy to use
  • Strong expansion capability
  • Support most data visualization charts

See more demos.

Releases

Upgrade document: https://bizcharts.taobao.com/product/BizCharts4/category/61/page/104

Installation

npm

$ npm install bizcharts

umd

 <script src="https://unpkg.com/bizcharts@${version}/umd/BizCharts.min.js"></script>

Dev build

$ git clone https://github.com/alibaba/BizCharts.git
$ cd BizCharts
$ npm install
$ npm start
$ npm run build

Test snapshot

Does not support external network testing right now.

tnpm run uitest

Usage

Try it out

import {Chart, Axis, Tooltip, Line, Point} from "bizcharts";

const data = [...];

<Chart height={400} data={data} forceFit>
  <Axis name="temperature" label={{formatter: val => `${val}°C`}} />
  <Line position="month*temperature" size={2} color={'city'} />
  <Point position="month*temperature" size={4} color={'city'} />
</Chart>

FAQ

How to Contribute

We welcome all contributions. You could submit any ideas as pull requests. Thank you for your interest and have a good time.
Please let us know how can we help. Do check out issues for bug reports or suggestions first.

Update

G2 decided to terminate the "Experience Improvement Program". In version @antv/g2@3.4.7(released at 2018.12.26)and above, all tracking code is removed, no unexpected remote request will be sent while you are using G2. And Bizcharts Upgrade the dependent version the first time at 2018.12.26 24:00.

License

BizCharts is available under the License MIT.

主要指標

概覽
名稱與所有者alibaba/BizCharts
主編程語言TypeScript
編程語言JavaScript (語言數: 3)
平台Linux, Mac, Windows
許可證
所有者活动
創建於2017-11-10 08:27:54
推送於2023-10-13 07:50:15
最后一次提交2023-10-13 15:45:27
發布數78
最新版本名稱v4.1.15 (發布於 )
第一版名稱bizcharts/3.0.5 (發布於 )
用户参与
星數6.2k
關注者數141
派生數670
提交數1k
已啟用問題?
問題數1365
打開的問題數358
拉請求數164
打開的拉請求數1
關閉的拉請求數31
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?