Google chart legends - Overlapping text

后端 未结 2 1903
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 10:55

I\'m using google chart in my page but the legend text is Overlapped, as the image bellow:

This is my code:

2条回答
  •  死守一世寂寞
    2020-11-29 11:29

    Every framework or code that hides the chart DIV using "display: none" will make legends to overlap when the chart is draw inside an inactive DIV.

    Hidding the chart DIV with "visibility: hidden" works fine, with no overlapping.

    I had this issue and only solved it coding the NAV features by myself, without using Bootstrap/JQuery/etc...

提交回复
热议问题