chartstooltipapexcharts

Removing x axis tooltip in apex charts


I am using ApexCharts to show some stats. I wanted to hide the x-axis tooltip which is marked in red in the imageenter image description here


Solution

  • options = {
      xaxis: {
        tooltip: {
          enabled: false
        }
      }
    }
    

    https://apexcharts.com/docs/options/xaxis/#tooltip