摘要: import * as React from 'react' // import Echarts from 'echarts' import ReactEcharts from 'echarts-for-react' //用这个插件解决 let echartsOption = {} // 配置项 export interface IProps { } interface IState {... 阅读全文
posted @ 2019-07-11 17:59 Webwhl 阅读(1583) 评论(0) 推荐(0) 编辑
摘要: import * as React from 'react' import Echarts from 'echarts' export interface IProps { } interface IState { myEchart?: any } class CapitalBudget extends React.Component { LineRef: any = un... 阅读全文
posted @ 2019-07-11 17:17 Webwhl 阅读(1855) 评论(0) 推荐(0) 编辑