|
@@ -204,6 +204,7 @@ export default {
|
|
|
option.series[0].center = ["25%", "50%"];
|
|
|
option.legend.height = "100%";
|
|
|
option.legend.top = "center";
|
|
|
+ option.legend.left = "50%";
|
|
|
option.legend.orient = "vertical";
|
|
|
}
|
|
|
option.legend.right = cartData.legend_right || "2%";
|