|
|
@ -151,7 +151,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fontSize: optionsSetup.fontSize,
|
|
|
|
fontSize: optionsSetup.fontSize,
|
|
|
|
|
|
|
|
|
|
|
|
fontWeight: optionsSetup.optionsSetup,
|
|
|
|
fontWeight: optionsSetup.optionsSetup,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
for (const key in series) {
|
|
|
|
for (const key in series) {
|
|
|
@ -166,7 +165,6 @@ export default {
|
|
|
|
const optionsSetup = this.optionsSetup;
|
|
|
|
const optionsSetup = this.optionsSetup;
|
|
|
|
const tooltip = {
|
|
|
|
const tooltip = {
|
|
|
|
trigger: "item",
|
|
|
|
trigger: "item",
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
textStyle: {
|
|
|
|
color: optionsSetup.tipsColor,
|
|
|
|
color: optionsSetup.tipsColor,
|
|
|
|
fontSize: optionsSetup.tipsFontSize,
|
|
|
|
fontSize: optionsSetup.tipsFontSize,
|
|
|
|