The table takes negative values on the Y axis. Even if you put a minimum of 0. It is a dynamic table

min 0
@LucianoPeluso, try this.
axis: {
y: {
min: 0,
padding: {
bottom: 0
}
}
}
Works! thanks!
Most helpful comment
@LucianoPeluso, try this.