Removing x axis tooltip in apex charts
In another way, you can hide Xaxis using:
xaxis: {
labels: {
show: false
}
}
options = {
xaxis: {
tooltip: {
enabled: false
}
}
}
https://apexcharts.com/docs/options/xaxis/#tooltip