css - Highcharts tooltip hidden behind second chart -


Our page contains a large number of horizontal bar charts that are generated by the higher one. Short story short, tooltips from the chart are being covered by the charts given below and on both sides. I have been roaming with the Z index and it does not seem that it does not matter. I have seen the same previous questions, but they are not helping anybody.

Here's my example:

If you hover over the first chart, you will see that the tooltip is covered from the second chart.

I have tried to play with the z-pointer on the container and tooltip and I do not see any difference:

 . HighTrans Container {Overflow: Visible! Important; Z-index: 0! Important; }. Highchurch-Tooltip {z-index: 998; }   

For me, simple CSS Z index set on hover: < Previous> . Highchart-Container: Hover {z-index: 1! Important; }


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -