|
@@ -334,26 +334,6 @@ export default {
|
|
|
colorsOptions:this.chartType===2?seasonOptions.colors:defaultETAOptions.colorsOptions,
|
|
|
lineIndex:0,
|
|
|
lengendPositions: verticalPositions.filter(_ => _.value!=='middle'),
|
|
|
- // typeLabelMap: {
|
|
|
- // 1: {label:'线条设置',lineLabel: '条'},
|
|
|
- // 2: {label:'线条设置',lineLabel: '条'},
|
|
|
- // 4: {label:'柱形设置',lineLabel: '根'},
|
|
|
- // 5: {label:'散点设置',lineLabel: '系列'},
|
|
|
- // 6: {label:'线条、柱形设置',lineLabel: '系列'},
|
|
|
- // 7: {label:'柱形设置',lineLabel: '根'},
|
|
|
- // 10: {label:'散点设置',lineLabel: '系列'},
|
|
|
- // 11: {label:'线条设置',lineLabel: '条'},
|
|
|
- // },
|
|
|
- // labelMap: new Map([
|
|
|
- // ['lineOptionList','线条设置'],
|
|
|
- // ['scatterOptions','散点设置'],
|
|
|
- // ['legendOptions','图例设置'],
|
|
|
- // ['titleOptions','标题设置'],
|
|
|
- // ['markerOptions','标记文字设置(来源,标识)'],
|
|
|
- // ['xAxisOptions','横轴设置'],
|
|
|
- // ['yAxisOptions','纵轴设置'],
|
|
|
- // ['drawOption','绘图区设置'],
|
|
|
- // ]),
|
|
|
configOptions: []
|
|
|
}
|
|
|
},
|
|
@@ -370,7 +350,6 @@ export default {
|
|
|
spinner: 'el-icon-loading',
|
|
|
background: 'rgba(255, 255, 255, 0.8)'
|
|
|
});
|
|
|
- console.log(this.themeOptions,'themeOptions');
|
|
|
this.themeOptions = {
|
|
|
// lineOptions: {
|
|
|
// dashStyle: options.lineOptions.dashStyle,
|