Hi thanks for this amazing tool, I tried to induce it into my line chart though i found out i cant have my y-axis auto-adjusted. it will set the y axis to start from zero as i import the plugging
i don't know if it's because the following setting( stacked: true) somehow disables the auto-adjusting function. how could i have my y-axis back to auto-adjusted mode?
// Core options
scales: {
y: {
stacked: true
}
}