Is there a way to disable the Title and Subtitle i

2020-02-20 05:35发布

I'm just going to hardcode it in using html that is around the graph, I don't want to use the built in.

I don't see a "disable: true" option in the API.

Can anybody help me out here.

How do you disable the title / subtitle in highcharts?

(if you simply leave the text blank it still carves out a whitespace in that spot where the title is, i'd like to not have this happen)

标签: highcharts
13条回答
Fickle 薄情
2楼-- · 2020-02-20 06:24

According the Highcharts doc, the correct way is to set 'text' to null.

查看更多
登录 后发表回答