How to set z-index level on label tooltip in highcharts.js
问题 I want to have tooltip also on the xAxis labels. I managed to do it using the events in the highcharts, but the tooltip (with text "Custom tooltip") is always displayed under the label, and I need it to be over the label (which is the small red square). This is the code for highcharts: Highcharts.chart("ch", { chart: { zoomType: "x", type: "line", // line width: 1100, // 1100 plotAreaWidth: 1100, // 1100 plotAreaHeight: 400, // 400 events: { load: function () { var chart = this, xAxis = chart