While using apexcharts
, I encountered an issue with small columns. It can be quite challenging to render the tooltip properly because you have to hover very precisely over the column.
Query: Is there a way to expand the hover area to make it easier to interact with the column? Perhaps there is an option to display the tooltip when hovering over the entire vertical space (above and below the column)? Thank you!
For a demonstration of the problem, please visit: https://codesandbox.io/s/react-basic-example-forked-nw3ll?file=/src/App.js