气泡图悬停

问题描述 投票:0回答:1

我们可以删除或修改顶部显示的“系列1”吗?
另外,我们可以限制悬停时显示的值的数量并添加查看更多选项吗? Bubble Chart

我们尝试删除或修改“系列”标题 1 但没有成功

highcharts bubble-chart
1个回答
0
投票

要删除“Series 1”文本,请编辑

tooltip.headerFormat
属性:

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

© www.soinside.com 2019 - 2024. All rights reserved.