Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
120
rated 0 times [  127] [ 7]  / answers: 1 / hits: 22451  / 11 Years ago, fri, december 13, 2013, 12:00:00

I'm trying to get the highcharts tooltip to have a zIndex using useHTML to position it over another HTML element.



See this fiddle: http://jsfiddle.net/sDu8V/



I'd like the tooltip to go over the pink box - instead of under it.



What am I missing?


More From » highcharts

 Answers
28

Possible solution: http://jsfiddle.net/sDu8V/1/



Required CSS:



.highcharts-container {
position: inherit !important;
}
.highcharts-tooltip {
z-index: 9998;
}


Thanks to @Piotr, updated design for 4.1.x.


[#73751] Thursday, December 12, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
andreguym

Total Points: 125
Total Questions: 112
Total Answers: 103

Location: Wallis and Futuna
Member since Tue, Mar 30, 2021
3 Years ago
;