Skip to content

mauvew/react-echarts-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Echarts Component

Echarts component for React

For details about how to use echarts. Please refer to http://echarts.baidu.com/

Types of charts supported/examples: http://echarts.baidu.com/examples.html

Installation

npm install --save react-echarts-component

Usage

// es6
import ReactEcharts from 'react-echarts-component'
// es5
var ReactEcharts = require('react-echarts-component')

<ReactEcharts
  height={400}
  option={{...}}
  showLoading={true} />

Props Taken:

Development

git clone https://github.com/zillding/react-echarts-component.git
cd react-echarts-component
npm install
npm start
open http://localhost:3000

License

MIT

About

Echarts wrapper for react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.4%
  • HTML 4.6%