All Projects → alibaba → Bizcharts

alibaba / Bizcharts

Licence: mit
Powerful data visualization library based on G2 and React.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bizcharts

Clip
Create charts from the command line
Stars: ✭ 5,111 (-11.44%)
Mutual labels:  data-visualization, chart
React Vis Force
d3-force graphs as React Components.
Stars: ✭ 372 (-93.55%)
Mutual labels:  data-visualization, chart
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-95.01%)
Mutual labels:  data-visualization, chart
awesome-canvas
Canvas资源库大全中文版。An awesome Canvas packages and resources.
Stars: ✭ 288 (-95.01%)
Mutual labels:  chart, html5-canvas
Aachartcore
📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Stars: ✭ 424 (-92.65%)
Mutual labels:  data-visualization, chart
Awesome Dataviz
📈 A curated list of awesome data visualization libraries and resources.
Stars: ✭ 2,905 (-49.66%)
Mutual labels:  data-visualization, chart
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-94.18%)
Mutual labels:  data-visualization, chart
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (-51.74%)
Mutual labels:  data-visualization, chart
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-92.72%)
Mutual labels:  data-visualization, chart
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-92.96%)
Mutual labels:  data-visualization, chart
Gojs
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Stars: ✭ 5,739 (-0.55%)
Mutual labels:  data-visualization, chart
Live Charts
Simple, flexible, interactive & powerful charts, maps and gauges for .Net
Stars: ✭ 5,045 (-12.58%)
Mutual labels:  data-visualization, chart
F2
📱📈An elegant, interactive and flexible charting library for mobile.
Stars: ✭ 7,619 (+32.02%)
Mutual labels:  html5-canvas, data-visualization
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (-95.39%)
Mutual labels:  data-visualization, chart
Clchart
A fast, simple and cross-platform(html5 react-native weex wechat-applet) stock chart library created using canvas.
Stars: ✭ 250 (-95.67%)
Mutual labels:  data-visualization, chart
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (-94.85%)
Mutual labels:  data-visualization, chart
Visx
🐯 visx | visualization components
Stars: ✭ 14,544 (+152.02%)
Mutual labels:  data-visualization, chart
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-96.27%)
Mutual labels:  data-visualization, chart
Britecharts
Client-side reusable Charting Library based on D3.js v5 that allows easy and intuitive use of charts and components that can be composed together creating amazing visualizations.
Stars: ✭ 3,688 (-36.09%)
Mutual labels:  data-visualization, chart
Plotly
Plotly for Rust
Stars: ✭ 433 (-92.5%)
Mutual labels:  data-visualization, chart

BizCharts

NPM Package NPM Downloads

New charting and visualization library has been released: http://bizcharts.net/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.net/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/[email protected](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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].