Highcharts tooltip is hidden behind other charts
问题 When putting multiple charts tooltips from upper charts are hidden behind others. I found some tips on how to it but nothing helped. Is there anyway to keep tooltips on top of charts? The example is here: http://jsfiddle.net/Zw3uM/ Thanks a lot! 回答1: This is pure html : Any div element loaded after ( meaning appearing after on the html page) will always be in front. In order to get the first chart tooltip be in front of the second : load the second in first and set its y position on the page