|
|
@ -337,6 +337,7 @@ export default {
|
|
|
|
fontSize: optionsSetup.fontSizeLine,
|
|
|
|
fontSize: optionsSetup.fontSizeLine,
|
|
|
|
color: optionsSetup.subTextColorLine,
|
|
|
|
color: optionsSetup.subTextColorLine,
|
|
|
|
fontWeight: optionsSetup.fontWeightLine,
|
|
|
|
fontWeight: optionsSetup.fontWeightLine,
|
|
|
|
|
|
|
|
formatter: !!optionsSetup.percentSignLine ? '{c}%' : '{c}'
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -355,6 +356,7 @@ export default {
|
|
|
|
fontSize: optionsSetup.fontSizeBar,
|
|
|
|
fontSize: optionsSetup.fontSizeBar,
|
|
|
|
color: optionsSetup.subTextColorBar,
|
|
|
|
color: optionsSetup.subTextColorBar,
|
|
|
|
fontWeight: optionsSetup.fontWeightBar,
|
|
|
|
fontWeight: optionsSetup.fontWeightBar,
|
|
|
|
|
|
|
|
formatter: !!optionsSetup.percentSignBar ? '{c}%' : '{c}'
|
|
|
|
};
|
|
|
|
};
|
|
|
|
series[key].barWidth = optionsSetup.maxWidth;
|
|
|
|
series[key].barWidth = optionsSetup.maxWidth;
|
|
|
|
series[key].barMinHeight = optionsSetup.minHeight;
|
|
|
|
series[key].barMinHeight = optionsSetup.minHeight;
|
|
|
|