简体   繁体   English

Highcharts columnrange工具提示问题

[英]Highcharts columnrange tooltip issue

Why all item from 1st row have same tooltip, based on 2nd point http://jsfiddle.net/Ye3Ak/243/ ? 为什么第一行的所有项目都基于第二点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/>';
            }
    },

It looks like bug, because in 4.0.4 it worked properly. 它看起来像bug,因为在4.0.4中它可以正常工作。 I reported it to our developers here: https://github.com/highslide-software/highcharts.com/issues/3899 我在这里将其报告给我们的开发人员: https : //github.com/highslide-software/highcharts.com/issues/3899

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM