Highcharts - issue about full chart width

后端 未结 2 1483
野性不改
野性不改 2020-11-29 05:17

I\'m using Highcharts column chart and I want it to be 100% width responsive chart. The container is a simple

with no any formatting. When the docum
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 05:38

    Chart's width is taken from jQuery.width(container), so if you have chart in some hidden tabs or something similar, width will be undefined. In that case default width and height are set (600x400).

提交回复
热议问题