The tooltip is cut off when the width of chart is smaller than the tooltip width.
So, I've changed the "overflow" attribute of ".highcharts-container" to "visible" and it was fixed the issue in all browsers except IE (I see ScrollBars in some cases).
The question is "How can I keep ToolTip rendered normally and support IE?"