Open contextMenu with left click

With Perspective, I know context menus are opened by right-clicking (long clicking on mobile), but is there a way to make the menu show up by simply left clicking on an icon? With the icon more_vert, people associate this with having options come up (especially on mobile)

image

The "more" button on the Power Chart is the behavior I am looking for....single left click for the context menu to pop up.
image

You can use self.requestContextMenu

Genius.

Does this work on tables?

Because neither long click nor double click with self.requestContextMenu are working on Mobile (android) for me.

Thank you.