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] right click
Hi,
I would like to implement some kind of context-menu over Vaddin Chart.
But it appears that the stock listeners do not catch right click.
eg on a PIE chart :
this.addPointClickListener(event -> { logger.debug("in pointclicklistener"); });
The debug line does'nt fire on a right click.
Is there a way to catch this event ?
Thanks
Franck
I have another problem, the mouse coordinates transported in event.MouseEventDetails.absoluteX and absoluteY seem to be wrong.
They are always the top-left absolute coordinates of the chart.
Finally I opened my first trac : https://dev.vaadin.com/ticket/19695#ticket
Franck
FYI, the problem has been fixed through anotheer trac : https://dev.vaadin.com/ticket/19745
Franck