perf: 调整统计分布的图表

feature/person-num
Lei OT 2 years ago
parent 479531c82c
commit 432d679517

@ -169,8 +169,10 @@ export default observer((props) => {
grid: null, grid: null,
label: false, label: false,
position: 'left', position: 'left',
min: -calcAxisC, // min: -calcAxisC,
max: calcAxisC/4, // max: calcAxisC/4,
min: -2000,
max: 250,
tickCount: 4, tickCount: 4,
}, },
legend: {}, legend: {},

Loading…
Cancel
Save