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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
[vaadin-charts] [drill up button] [I18N]
Hi,
I am trying to change the text of the drill up button using something like this:
Lang lang = new Lang();
lang.setDrillUpText("< " + getMessage(drillUpButtonLabel));
ChartOptions.get().setLang(lang);
And while indeed the text is changed now I loosed the previous series name that were added automatically after 'Back to' when drilled down.
Any idea how can I keep that as well?
Thanks,
Claudiu
Last updated on
Hi Claudiu,
As mentioned in setDrillUpText javadoc the default value is "Back to {series.name}", and "{series.name}" will be evaluated as the the parent series' name.
Hope this helps,
Guille
Last updated on
+1
Super...I missed that.
It's working nicely
Thanks,
Claudiu
Last updated on
You cannot reply to this thread.