HighCharts series Z index
问题 Is there a way to bring a series to front in Highcharts without reversing the order of the series? In my code, I've used: $('#graf-1').highcharts({ chart: { zoomType: 'xy' }, title: { text: 'Title' }, subtitle: { text: 'Source:' }, xAxis: [{ categories: datax }], yAxis: [{ // Primary yAxis labels: { format: '{value} €', style: { color: '#89A54E' } }, title: { text: eixoy, style: { color: '#89A54E' } } }, { // Secondary yAxis title: { text: eixoz, style: { color: '#4572A7' } }, labels: {