Highcharts列范围工具提示问题

Highcharts columnrange tooltip issue

本文关键字:问题 工具提示 范围 Highcharts      更新时间:2024-06-24

为什么第一行的所有项目都有相同的工具提示,基于第二点http://jsfiddle.net/Ye3Ak/243/?

    tooltip:{
        formatter: function() {
                return '<b>'+ this.x +' - ' +this.series.name +' - ' +this.point.name +'</b><br/>'+
                    Highcharts.dateFormat('%e %B %H:%M',this.point.low)+
                    ' - ' +Highcharts.dateFormat('%B %e %H:%M',this.point.high)+'<br/>';
            }
    },

它看起来像bug,因为在4.0.4中它工作正常。我在这里向我们的开发人员报告了这一点:https://github.com/highslide-software/highcharts.com/issues/3899