我把日期作为x轴(即使不是日期),并需要以标题格式访问该值。但这是行不通的。根据 热图头API 他们确实提供了 "可用的变量是point.key、series.name、series.color和其他来自点和系列对象的成员"。 但是在头格式中key & 其他变量是空的。这是一个错误还是我遗漏了什么?
headerFormat: '1:{point.key} 2:{point.x} 3:{point.y} 4:{point.z} 5:{point.value} 6:{series.name} 7{x} 8:{series.value}'
能否帮帮我,请让日期在底部悬停。
规则 headerFormat
类似于 formatter
功能。你可以先处理 point
喜欢 this
,所以使用。
tooltip: {
...,
headerFormat: '2:{point.point.x}'
}
现场演示。 http:/jsfiddle.netBlackLabels8rLngtc。
API参考。 https:/api.highcharts.comhighchartstooltip.formatter。