Highcharts tooltip overflow is hidden

后端 未结 6 961
[愿得一人]
[愿得一人] 2020-12-09 01:42

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 w

6条回答
  •  一向
    一向 (楼主)
    2020-12-09 02:09

    This css helped me:

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

提交回复
热议问题