Browse Source

去除坐标-20

dev
巴林闲侠 1 year ago
parent
commit
7b3c67e6c9
  1. 8
      web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js

8
web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js

@ -97,10 +97,10 @@ const RightCenter = (props) => {
axisLabel: { axisLabel: {
color: "#fff" color: "#fff"
}, },
min: function (value) { // min: function (value) {
return value.min - 20; // return value.min - 20;
}, // },
scale: true // scale: true
}, },
tooltip: { tooltip: {
trigger: "axis" trigger: "axis"

Loading…
Cancel
Save