I am using ApexCharts to show some stats. I wanted to hide the x-axis tooltip which is marked in red in the image
options = { xaxis: { tooltip: { enabled: false } } }
https://apexcharts.com/docs/options/xaxis/#tooltip