score:1

Accepted answer

You need to overwrite z-index and overflow on highcharts-1 container

http://jsfiddle.net/xBUXK/16/

#highcharts-0 {
    overflow:visible!important;
    z-index:1!important;
}

score:1

I modified Sebastian Bochans answer to this and it worked:

.highcharts-container {
   overflow:visible!important;
   z-index:1!important;
}

Related Query

More Query from same tag