setChartState (type = 'downplay') {
this.chart.dispatchAction({
type: type,
seriesIndex: 0,
dataIndex: 0
})
}
setChartState (type = 'downplay') {
this.chart.dispatchAction({
type: type,
seriesIndex: 0,
dataIndex: 0
})
}