How to add update c3 charts to listen for a right click mouse event?
问题 I'm trying to enable the ability to right click on a data point on the chart. It seems to implement this feature two things need to happen: Add a listener for the right click even "context menu" event. l looked at #1952 where they added a listener for the double click event. I'm assuming that you would do that same. Once there is a hook for it, I can then get the x and y coordinate and overlay a custom dev menu. Question: Is this the best approach for this or is there any easier way? Is there