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