| | |
| | | color: ['#1890ff'], |
| | | tooltip : { |
| | | trigger: 'axis', |
| | | axisPointer : { // 坐标轴指示器,坐标轴触发有效 |
| | | axisPointer : { // 坐标轴指示器,坐标轴触发有效 |
| | | type : '' // 默认为直线,可选为:'line' | 'shadow' |
| | | } |
| | | }, |
| | |
| | | } |
| | | |
| | | const mapStateToProps = (state) => { |
| | | return { |
| | | // tabviews: state.tabviews |
| | | } |
| | | return {} |
| | | } |
| | | |
| | | const mapDispatchToProps = (dispatch) => { |
| | | return { |
| | | // refreshTabView: (refreshTab) => dispatch(refreshTabView(refreshTab)), |
| | | // modifyTabview: (tabviews) => dispatch(modifyTabview(tabviews)) |
| | | } |
| | | return {} |
| | | } |
| | | |
| | | export default connect(mapStateToProps, mapDispatchToProps)(Home) |