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 ?
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.