|
@@ -181,11 +181,11 @@ export default {
|
|
|
const optionsSetup = this.optionsSetup;
|
|
|
const legend = this.options.legend;
|
|
|
legend.show = optionsSetup.isShowLegend;
|
|
|
- legend.left = optionsSetup.lateralPosition == "left" ? 0 : "auto";
|
|
|
- legend.right = optionsSetup.lateralPosition == "right" ? 0 : "auto";
|
|
|
- legend.top = optionsSetup.longitudinalPosition == "top" ? 0 : "auto";
|
|
|
+ legend.left = optionsSetup.lateralPosition;
|
|
|
+ legend.right = optionsSetup.lateralPosition;
|
|
|
+ legend.top = optionsSetup.longitudinalPosition;
|
|
|
legend.bottom =
|
|
|
- optionsSetup.longitudinalPosition == "bottom" ? 0 : "auto";
|
|
|
+ optionsSetup.longitudinalPosition;
|
|
|
legend.orient = optionsSetup.layoutFront;
|
|
|
legend.textStyle = {
|
|
|
color: optionsSetup.legendColor,
|