echarts-reacting
v1.0.2
Published
DEMO:
Downloads
5
Readme
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')}
/>;
};