例如:
https://jsfiddle.net/zvj2nmyk/
Highcharts.chart('container', {
chart: {
polar: true,
type: 'line'
},
title: {
text:null // Already hide this but still occupy a lot of space at the top of my chart
},
...
}
在这段代码中,我删除了图表的标题部分,但图表顶部仍然有很多空白。
如何删除顶部空间?
谢谢
答案 0 :(得分:1)