I'm trying to add an apexcharts bar chart inside a material-ui DataGrid cell (see this code sandbox for the code). The chart renders correctly, however the tooltip is cut off by the cell borders when I hover over the bar (see the screenshot below for an example). The tooltip might contain a large amount of text, so I'd like to display it in front of the DataGrid, as opposed to shrinking it to make it fit into the DataGrid cell. Any ideas how I'd go about this?