|
@@ -392,13 +392,13 @@ export default {
|
|
color: arrColor[i],
|
|
color: arrColor[i],
|
|
},
|
|
},
|
|
areaStyle: this.getOptionArea(),
|
|
areaStyle: this.getOptionArea(),
|
|
- //标题部分
|
|
|
|
|
|
+ //数值设定
|
|
label: {
|
|
label: {
|
|
show: optionsSetup.isShow,
|
|
show: optionsSetup.isShow,
|
|
position: "top",
|
|
position: "top",
|
|
distance: 10,
|
|
distance: 10,
|
|
fontSize: optionsSetup.fontSize,
|
|
fontSize: optionsSetup.fontSize,
|
|
- color: optionsSetup.subTextColor,
|
|
|
|
|
|
+ color: optionsSetup.dataColor,
|
|
fontWeight: optionsSetup.fontWeight,
|
|
fontWeight: optionsSetup.fontWeight,
|
|
},
|
|
},
|
|
});
|
|
});
|
|
@@ -480,13 +480,13 @@ export default {
|
|
color: arrColor[i],
|
|
color: arrColor[i],
|
|
},
|
|
},
|
|
areaStyle: this.getOptionArea(),
|
|
areaStyle: this.getOptionArea(),
|
|
- // 标题部分
|
|
|
|
|
|
+ // 数值设定
|
|
label: {
|
|
label: {
|
|
show: optionsSetup.isShow,
|
|
show: optionsSetup.isShow,
|
|
position: "top",
|
|
position: "top",
|
|
distance: 10,
|
|
distance: 10,
|
|
fontSize: optionsSetup.fontSize,
|
|
fontSize: optionsSetup.fontSize,
|
|
- color: optionsSetup.subTextColor,
|
|
|
|
|
|
+ color: optionsSetup.dataColor,
|
|
fontWeight: optionsSetup.fontWeight,
|
|
fontWeight: optionsSetup.fontWeight,
|
|
},
|
|
},
|
|
});
|
|
});
|