Items from the highcharts export menu are cutting, does anyone know how to fix this problem? What if the highcharts have something native to it?
2
Try adding this style to your code: #Raphael-paper-10 ~ div {z-index: 9999 ! Important}, probably the element that is hiding there generating a z-index larger than the menu element.
I who played, this is pro fusioncharts, pro highcharts is what I believe: ". highcharts-contextmenu {z-index:9999 ! Important}", then you inspect the element that has there 'LC , LSC LIC' to get an id or classname and style it with z-index less than 9999
Try adding this style to your code: #Raphael-paper-10 ~ div {z-index: 9999 ! Important}, probably the element that is hiding there generating a z-index larger than the menu element.
– AnthraxisBR
Didn’t work out, buddy, thanks for the contribution.
– Daniel Pelissari
I who played, this is pro fusioncharts, pro highcharts is what I believe: ". highcharts-contextmenu {z-index:9999 ! Important}", then you inspect the element that has there 'LC , LSC LIC' to get an id or classname and style it with z-index less than 9999
– AnthraxisBR