echarts-reacting

1.0.2 • Public • Published

DEMO:

import Echart from 'echarts-reacting';

export default function(props){
    return <Echart 
        style={{ width: "33%", height: 400, marginLeft: 35 }} 
        option={{
            something:'something in echarts.option'
        }}
        onClick={()=>console.log('clicked')}
    />;
};

Readme

Keywords

none

Package Sidebar

Install

npm i echarts-reacting

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • superddr