let maxDataValue = Math.max(...props.option1.yAxisData)
const maxNum =
maxDataValue % 4 === 0 ? maxDataValue + 40 : maxDataValue + (4 - (maxDataValue % 4) + 20)
const intervalNum = maxNum / 4
11-08
1467

let maxDataValue = Math.max(...props.option1.yAxisData)
const maxNum =
maxDataValue % 4 === 0 ? maxDataValue + 40 : maxDataValue + (4 - (maxDataValue % 4) + 20)
const intervalNum = maxNum / 4