All Projects → hustcc → React-G2Plot

hustcc / React-G2Plot

Licence: MIT License
🤖 Unofficial react component wrapper for @antvis/G2Plot

Programming Languages

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

Projects that are alternatives of or similar to React-G2Plot

g2plot-vue
g2plot for vue, both 2 and 3
Stars: ✭ 106 (+404.76%)
Mutual labels:  g2, antv, g2plot
G2plot
🍡 An interactive and responsive charting library
Stars: ✭ 2,072 (+9766.67%)
Mutual labels:  g2, antv, g2plot
vis-dashboard
🎨 Awesome dashboards, built with G2 and G2Plot.
Stars: ✭ 36 (+71.43%)
Mutual labels:  g2, g2plot
g2-angular
Angular for Alipay G2
Stars: ✭ 27 (+28.57%)
Mutual labels:  g2, antv
theme-set
💄 Customize theme for G2, G2Plot of AntV(孵化中)
Stars: ✭ 35 (+66.67%)
Mutual labels:  g2, g2plot
g2plot-react
G2Plot for React
Stars: ✭ 67 (+219.05%)
Mutual labels:  g2, g2plot
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (+1438.1%)
Mutual labels:  antv
gatsby-starter-theme-antv
⚛️ Gatsby's starter of 👉
Stars: ✭ 34 (+61.9%)
Mutual labels:  antv
vue-g2
基于 Vue 和 AntV/G2 的可视化组件库 📈
Stars: ✭ 73 (+247.62%)
Mutual labels:  antv
g2-brush
Select a one-, two-dimensional or irregular region using the mouse.
Stars: ✭ 24 (+14.29%)
Mutual labels:  g2
Viser
viser is a toolkit fit for data vis engineer. https://viserjs.gitee.io/
Stars: ✭ 1,536 (+7214.29%)
Mutual labels:  g2
rc-charts
一个基于BizCharts的图表库
Stars: ✭ 22 (+4.76%)
Mutual labels:  g2
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+11885.71%)
Mutual labels:  antv
X6
🚀 JavaScript diagramming library that uses SVG and HTML for rendering.
Stars: ✭ 2,686 (+12690.48%)
Mutual labels:  antv
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+147085.71%)
Mutual labels:  antv
F2
📱📈An elegant, interactive and flexible charting library for mobile.
Stars: ✭ 7,619 (+36180.95%)
Mutual labels:  antv
Idatav
大屏数据可视化 Big screen data visualization demo
Stars: ✭ 3,913 (+18533.33%)
Mutual labels:  antv

React-G2Plot

react-g2plot is an unofficial react component wrapper for @antv/g2plot.

npm Build Status npm React Supported npm

Install

$ npm install react-g2plot

Usage

import ReactDOM from 'react-dom';
import React from 'react';

import { Line } from '@antv/g2plot';      // import plot from G2Plot
import ReactG2Plot from 'react-g2plot';   // import React wrapper

ReactDOM.render(
  <ReactG2Plot
    className="your-classname"
    Ctor={Line}
    options={options}
  />,
  mountNode,
);

Documents

All documents about plot and options are here.

Development

$ npm install

# run test case
$ npm run test

# run live demo
$ npm run demo

LICENSE

MIT@hustcc.

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].