Posted 19 October 2020, 10:34 am EST - Updated 3 October 2022, 3:23 pm EST
Hello,
I have multiple charts on my page and each chart is a separate component. I want to add a right-click context menu to each chart that will allow the user to export the chart to image/csv/pdf.
The menu should be a component itself, so i can re-use it in multiple places.
I found a good sample that is used for a grid - https://www.grapecity.com/wijmo/demos/Grid/ContextMenus/react
I tried to convert is to use the chart but I am running into some issues the menu stays on the page and doesn’t disappear.
I’d appreciate some help. Thank you!