Highcharts tooltip overflow is hidden

AlexRebula picture AlexRebula · May 24, 2012 · Viewed 21.7k times · Source

My problem is that when the chart drawing area of is smaller than a highchart tooltip, a part of the tooltip is hidden where it overflows the chart drawing area.

I want the tooltip to be visible all the time, no matter the size of the chart drawing area.

No CSS setting helped and no higher z-index setting helped either.

Here is my example... http://twitpic.com/9omgg5

Any help will be mostly apreciated.

Thank you.

Answer

qasem picture qasem · Nov 25, 2012

This css helped me:

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