|
@@ -353,7 +353,7 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
editorOptions() {
|
|
editorOptions() {
|
|
- //this.setOptionsTitle();
|
|
|
|
|
|
+ this.setOptionsTitle();
|
|
//this.setOptionsTooltip();
|
|
//this.setOptionsTooltip();
|
|
//this.setOptionsLegend();
|
|
//this.setOptionsLegend();
|
|
//this.setOptionsColor();
|
|
//this.setOptionsColor();
|
|
@@ -366,12 +366,14 @@ export default {
|
|
title.y = "center";
|
|
title.y = "center";
|
|
const rich = {
|
|
const rich = {
|
|
nums: {
|
|
nums: {
|
|
- fontSize: optionsCollapse.textFontSize,
|
|
|
|
- color: optionsCollapse.textColor
|
|
|
|
|
|
+ fontSize: optionsCollapse.textNumFontSize,
|
|
|
|
+ color: optionsCollapse.textNumColor,
|
|
|
|
+ fontWeight: optionsCollapse.textNumFontWeight
|
|
},
|
|
},
|
|
percent: {
|
|
percent: {
|
|
fontSize: optionsCollapse.textPerFontSize,
|
|
fontSize: optionsCollapse.textPerFontSize,
|
|
- color: optionsCollapse.textPerColor
|
|
|
|
|
|
+ color: optionsCollapse.textPerColor,
|
|
|
|
+ fontWeight: optionsCollapse.textPerFontWeight
|
|
}
|
|
}
|
|
};
|
|
};
|
|
title.textStyle['rich'] = rich;
|
|
title.textStyle['rich'] = rich;
|