alibaba/BizCharts

Name: BizCharts

Owner: Alibaba

Description: data visualization library based G2 and React

Created: 2017-11-10 08:27:54.0

Updated: 2018-01-17 20:23:05.0

Pushed: 2018-01-17 03:40:28.0

Homepage: null

Size: 4163

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NPM Package NPM Downloads

BizCharts

BizCharts: a powerful data visualization library based G2 React?

More details about BizCharts

Features

see more demos

Installation
npm
m install bizcharts
umd
ript src="https://unpkg.com/alibaba/BizCharts/umd/BizCharts.min.js"></script>
dev build
t clone https://github.com/alibaba/BizCharts.git
 BizCharts
m install
m run build
dev demo
do vi /etc/hosts
dd 127.0.0.1 localhost
m run[-script] demo
pen in browser http://localhost:3510/
Usage
rt {Chart, Axis, Tooltip, Geom} from "bizcharts";

t data = [...];

rt height={400} data={data} forceFit>
xis name="month" />
xis name="temperature" label={{formatter: val => `${val}°C`}} />
ooltip crosshairs={{type : "y"}} />
eom type="line" position="month*temperature" size={2} color={'city'} />
eom type='point' position="month*temperature" size={4} color={'city'} />
art>
Document
totorial
api
FAQ

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.