So I tried to use a custom legend following the example in the storybook
My custom legend follows closely to the example. But it doesn't seem mouse events are registered on the legend. I tried to log inside the itemActions, but nothing is being logged to the console.
For some reason, the css rule cursor: pointer doesn't even trigger. The cursor is still default when I hover.

Lastly, I copied the example from the storybook. And even though pointerValue seems to work properly, the mouse event issue persists.
Are there any setting/rules that could be preventing mouse interaction for these charts?
So I tried to use a custom legend following the example in the storybook
My custom legend follows closely to the example. But it doesn't seem mouse events are registered on the legend. I tried to log inside the itemActions, but nothing is being logged to the console.
For some reason, the css rule

cursor: pointerdoesn't even trigger. The cursor is still default when I hover.Lastly, I copied the example from the storybook. And even though pointerValue seems to work properly, the mouse event issue persists.
Are there any setting/rules that could be preventing mouse interaction for these charts?