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')}
    />;
};

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i echarts-reacting

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • superddr