修改方案数据&设备补召
This commit is contained in:
@@ -10,7 +10,7 @@ export const yMethod = (arr: any) => {
|
||||
maxValue = Math.max(...arr)
|
||||
minValue = Math.min(...arr)
|
||||
|
||||
console.log('🚀 ~ yMethod ~ minValue:', minValue)
|
||||
console.log('🚀 ~ yMethod ~ minValue:', minValue,maxValue)
|
||||
|
||||
// interval = (maxValue - minValue) / 4
|
||||
// if (maxValue > 1000) {
|
||||
|
||||
Reference in New Issue
Block a user