jquery - HighCharts: Labels visible over tooltip frame -


i set tooltip z-index , labels z-index labels won't go on tooltip.

 .label { z-index: 1!important;}  .highcharts-tooltip span {     background-color:#fff;     padding: 0px;     z-index:9999!important; }  .tooltip {     padding:0px; } 

it works tooltip not tooltip frame.

is there way fix tooltip frame? or there way remove frame?

demo: http://jsfiddle.net/pxuhq/1/

it's not possible, reason labels using html tags, , border attached svg element. html tags above svg, nothing can done in way.

how solve this? 2 options:

1) remove usehtml: true datalabels

2) if need html tags datalabels, disable default border in tooltip, , create own border in css tooltip. of course need in case write own formatter tooltip.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -