| | |
| | | } |
| | | }, |
| | | grid: { |
| | | left: '5%', |
| | | left: '5%', |
| | | top: '10%', |
| | | right: '10%', |
| | | bottom: '3%', |
| | |
| | | for (let i = 1; i < this.param.seriesCount; i++) { |
| | | this.data.series[i] = { |
| | | stack: this.param.seriesStack[i], |
| | | name: this.param.seriesName[i], |
| | | type: this.param.seriesType[i], |
| | | name: this.param.seriesName[i], |
| | | data: this.param.seriesData[i], |
| | | color: this.param.seriesColorData[i], |
| | | yAxisIndex: this.param.yAxisIndexData[i] |
| | |
| | | immediate: true, |
| | | deep: true, |
| | | handler(newVal, oldVal) { |
| | | if (this.chart) { |
| | | if (this.chart) { |
| | | if (newVal) { |
| | | if (newVal.chartType === 'transverse') { |
| | | this.transverse() |