| | |
| | | show: false, |
| | | }, |
| | | }, |
| | | { |
| | | type: 'value', |
| | | nameTextStyle: { |
| | | color: 'rgba(185, 185, 185, 1)', |
| | | }, |
| | | position: 'right', |
| | | axisLine: { |
| | | show: false, |
| | | }, |
| | | splitLine: { |
| | | show: false, |
| | | }, |
| | | axisTick: { |
| | | show: false, |
| | | }, |
| | | axisLabel: { |
| | | show: true, |
| | | formatter: this.showpercent ? '{value} %' : '{value}', |
| | | textStyle: { |
| | | color: 'rgba(185, 185, 185, 1)', |
| | | }, |
| | | }, |
| | | }, |
| | | ], |
| | | |
| | | series: [], |
| | |
| | | option.series.push({ |
| | | name: this.chartData.lineName, |
| | | type: 'line', |
| | | yAxisIndex: 1, |
| | | smooth: true, |
| | | symbol: 'circle', |
| | | symbolSize: 6, |
| | |
| | | option.series.push({ |
| | | name: this.chartData.lineName2, |
| | | type: 'line', |
| | | yAxisIndex: 1, |
| | | smooth: true, |
| | | symbol: 'circle', |
| | | symbolSize: 6, |