[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