I am using following array in apex charts values. But its showing negative Y axis but I don't have any negative values. ` data = [442, 7901, 1152, 3010, 5905, 79881, 4508, 3323];` ` Months = ["Apr", "Aug", "Jul", "Jun", "Mar", "May", "Oct", "Sep"];` 