|
@@ -210,12 +210,7 @@ export default {
|
|
|
color: ['#00DDFF', '#37A2FF'],
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
- axisPointer: {
|
|
|
- type: 'cross',
|
|
|
- label: {
|
|
|
- backgroundColor: '#6a7985'
|
|
|
- }
|
|
|
- }
|
|
|
+ type: 'category',
|
|
|
},
|
|
|
/* 标识 */
|
|
|
legend: {
|
|
@@ -261,50 +256,14 @@ export default {
|
|
|
{
|
|
|
name: this.$t('实际'),
|
|
|
type: 'line',
|
|
|
- stack: this.$t('总量'),
|
|
|
- smooth: true,
|
|
|
- lineStyle: {
|
|
|
- width: 0
|
|
|
- },
|
|
|
- showSymbol: false,
|
|
|
- areaStyle: {
|
|
|
- opacity: 0.8,
|
|
|
- color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- offset: 0,
|
|
|
- color: 'rgba(0, 221, 255)'
|
|
|
- }, {
|
|
|
- offset: 1,
|
|
|
- color: 'rgba(77, 119, 255)'
|
|
|
- }])
|
|
|
- },
|
|
|
- emphasis: {
|
|
|
- focus: 'series'
|
|
|
- },
|
|
|
- data: [120, 282, 111, 234, 220, 340, 310, 120, 282, 111, 234, 220, 340, 310, 120, 282, 111, 234, 220, 340, 310, 120, 282, 111, 234, 220, 340, 310]
|
|
|
+ symbol: "none",
|
|
|
+ data: [20, 32, 1, 34, 90, 30, 20, 20, 32, 1, 34, 90, 40, 10, 20, 82, 11, 34, 20, 30, 10, 20, 82, 11, 34, 20, 40, 10]
|
|
|
},
|
|
|
{
|
|
|
name: this.$t('计划'),
|
|
|
type: 'line',
|
|
|
- stack: this.$t('总量'),
|
|
|
- smooth: true,
|
|
|
- lineStyle: {
|
|
|
- width: 0
|
|
|
- },
|
|
|
- showSymbol: false,
|
|
|
- areaStyle: {
|
|
|
- opacity: 0.8,
|
|
|
- color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- offset: 0,
|
|
|
- color: 'rgba(55, 162, 255)'
|
|
|
- }, {
|
|
|
- offset: 1,
|
|
|
- color: 'rgba(116, 21, 219)'
|
|
|
- }])
|
|
|
- },
|
|
|
- emphasis: {
|
|
|
- focus: 'series'
|
|
|
- },
|
|
|
- data: [320, 132, 201, 334, 190, 130, 220, 320, 132, 201, 334, 190, 130, 220, 320, 132, 201, 334, 190, 130, 220, 320, 132, 201, 334, 190, 130, 220]
|
|
|
+ symbol: "none",
|
|
|
+ data: [20, 82, 11, 24, 20, 30, 10, 20, 82, 11, 24, 20, 10, 20, 20, 32, 21, 34, 10, 30, 20, 20, 32, 21, 34, 19, 13, 20]
|
|
|
},
|
|
|
]
|
|
|
})
|