Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin charts does not honor the setExtents() applied to y axis?
When you set the extents on a y axis in Charts, the result is what you expect ... until you add another y axis. I have plots that have several y axes, and vaadin resets the extents no matter what I do. I cannot find a way to make it stop doing this.
Am I the only one that sees this issue? How many vaadin charts users out there use multiple y axes, and of those users, how many have the requirement of setting min and max on each axis?
Hi Pierce,
Take a look at my answer here:
https://vaadin.com/forum#!/thread/10556436
Let me know if:
conf.getChart().setAlignTicks(false);
worked for you