8000 GitHub - somonus/react-echarts at 0.1.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

somonus/react-echarts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rc-echarts

install

$ npm install rc-echarts

Usage

import Chart from 'rc-echart';
import React from 'react';
import ReactDOM from 'react-dom';

const myChart = React.creatClass({
  render() {
    <Chart {...option} >
        <Chart.Line {...series} />
        <Chart.Line {...series1} />
    </Chart>
  }
})
ReactDOM.render(<myChart />, container);

##Example

npm install
npm start

open http://localhost:8080/

License

rc-echart is released under the MIT license.

0