我们可以删除显示在顶部的“系列1”或修改它吗?另外,我们可以限制悬停时显示的值的数量,并添加一个查看更多选项吗?Bubble Chart我们特灵删除或修改'系列'标题1,但没有成功
9nvpjoqh1#
要删除“Series 1”文本,请编辑tooltip.headerFormat属性:
tooltip.headerFormat
tooltip: { headerFormat: '' }
其余的内容可以通过使用以下选项之一自由编辑:pointFormat、pointFormatter或formatter。
pointFormat
pointFormatter
formatter
现场演示:https://jsfiddle.net/BlackLabel/eu489t7L/API引用:
https://api.highcharts.com/highcharts/tooltip.headerFormathttps://api.highcharts.com/highcharts/tooltip.pointFormat
1条答案
按热度按时间9nvpjoqh1#
要删除“Series 1”文本,请编辑
tooltip.headerFormat
属性:其余的内容可以通过使用以下选项之一自由编辑:
pointFormat
、pointFormatter
或formatter
。现场演示:https://jsfiddle.net/BlackLabel/eu489t7L/
API引用:
https://api.highcharts.com/highcharts/tooltip.headerFormat
https://api.highcharts.com/highcharts/tooltip.pointFormat