The minimum value of echarts,log axis cannot be 0. How to solve this problem?

the minimum value of echarts,log axis cannot be 0. How to solve this problem

May.16,2022

which axis is the log axis?
add

    yAxis: [
      {
        type: "",
        name: "",
        min: 1,
        max: 222,// 

      },
      ]
Menu