yAxis: { show: true, type: "log", min:1//设定纵坐标最小值 }, series: [ { data:data, type: "bar", barMinHeight: 1,//有效区分0和1 } ]