通过将文字设置为“
来删除标题时 title:{
text:''
},
subTitle:{
text:''
}
一切都很好,你隐藏了标题。但是,如果您看到上下文菜单按钮,则为in the chart area。
我需要显示菜单按钮in the line of chart title,但标题为空白。只是一种视觉增强,仅此而已。
答案 0 :(得分:1)
看到这个小提琴:http://jsfiddle.net/JVNjs/453/
在图表选项中使用marginTop
:
chart: {
marginTop: 40,
renderTo:'container',
borderWidth:1,
plotBorderWidth:1
},