在倒排图上使用highchart中的区域范围序列 [英] Using arearange series in highchart on inverted graphs

查看:105
本文介绍了在倒排图上使用highchart中的区域范围序列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题很简单:
inverted 系列上使用 arearange 系列时遇到过一些麻烦>图表与Hightchart?



正如您在此 JSFiddle示例(它是我添加倒置设置的区域范例)。

 图表:{
类型:'arearange',
zoomType:'x',
inverted:true //切换此设置true / false查看差异
},

显示的数据似乎完全被破坏了。我们可以放大比较,倒数时显示的数据完全不同:/ b / b>

有人知道这个吗?

你知道一种解决方法吗?我们可以在同一个图表中同时使用倒置区域范围
或者干脆我用这个方法是错误的?

解决方案

现在这个问题已经修复,请参阅 https://github.com/highslide-software/highcharts.com/issues/1930 。这是一个回归,在3.0.1中工作。


my question is quite simple : have you already experienced some trouble using the arearange series on inverted chart with Hightchart ?

As you can see in this JSFiddle example ( its the arearange example where I've added the inverted settings.)

        chart: {
            type: 'arearange',
            zoomType: 'x',
            inverted:true //toggle this setting true/ false to see the differences
        },

The displayed data seems totally broken. We can zoom in to compare, the displayed data is totally different when inverted :/

Anybody aware of this ?
do you know a workaround so we can use both inverted and arearange in the same chart ? Or simply I'm using this the wrong way ?

解决方案

This issue is fixed now, see https://github.com/highslide-software/highcharts.com/issues/1930. It was a regression, worked in 3.0.1.

这篇关于在倒排图上使用highchart中的区域范围序列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆