【发布时间】:2021-12-09 12:02:21
【问题描述】:
我有this jsfiddle example,我需要隐藏 xAxis 上显示的工具提示。我想保留显示在中间的那个。
以下是部分相关设置:
series: [{
name: 'AAPL Stock Price',
data: data.slice(80, 110),
type: 'area',
threshold: null,
tooltip: {
valueDecimals: 2
},
}],
yAxis: {
labels: {
align: 'right',
x: 0,
y: -5
},
opposite: false,
},
【问题讨论】:
标签: highcharts