@ -99,12 +99,18 @@ const LeftCenter = (props) => {
boundaryGap: false,
axisTick: {
show: false
},
axisLabel: {
color: "#fff"
}
yAxis: {
type: 'value',
splitLine: {
tooltip: {
@ -84,13 +84,23 @@ const RightCenter = (props) => {
data: fuckoff ? data.map(d => d.unit) : unitList,
min: function (value) {
return value.min - 20;
scale: true
trigger: "axis"