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.
setVerticalAxisNumberFormat doesn't seem to do anything
Hi,
I've just downloaded version 1.3.1 of the timeline add-on, and I'm experimenting a bit with the new api to set the number format of the vertical axis, but this call doesn't seem to do anything. Also, setVerticalGridlines stubbornly refuses to have any effect.
I'm using following calls:
timeline.setVerticalGridLines(10f, 20f);
timeline.setVerticalAxisNumberFormat("###,####,###");
And this doesn't have any effect (the numbers still show up as '123456' and I see the standard set of vertical gridlines. I recompiled my widget set, cleared the cache of my browser, nothing seems to help. I'm probably doing something wrong, but I don't have any clue where to look. Do I need to do something else before I can use these methods?
Tx,
Kim
Hi,
Did anybody manage to get this working in the mean time? Whatever I try, it doesn't seem to do anything. It works in the online demo, so I must be doing something wrong, but I have no clue where to start looking.
Tx,
Kim