Coder Social home page Coder Social logo

jgcmarins / react-g2plot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hustcc/react-g2plot

0.0 1.0 0.0 6 KB

:robot: Unofficial react component wrapper for @antvis/G2Plot

Home Page: https://github.com/hustcc/react-g2plot

License: MIT License

JavaScript 4.90% TypeScript 95.10%

react-g2plot's Introduction

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 ReactG2Plot from 'react-g2plot';

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

Documents

All documents about plot and config are here.

Development

$ npm install

# run test case
$ npm run test

# run live demo
$ npm run demo

LICENSE

MIT@hustcc.

react-g2plot's People

Contributors

hustcc avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.