简体   繁体   English

高图(股票图表系列线未连接到最后一点

[英]Highcharts ( stockchart series line is not connecting to the last point

I'm currently looking to implement Highcharts JS into my application.i'm using timestamp for plotting graph data 我目前正在寻求在我的应用程序中实现Highcharts JS。我正在使用时间戳来绘制图形数据

However, I have gaps in my graph but in data there is no null values, and i wish to connect the gaps. 但是,我的图形中有缺口,但是数据中没有空值,我希望将这些缺口联系起来。

Using the highcharts demo, I have edited the data to demonstrate what currently happens by default: 使用highcharts演示,我编辑了数据以演示默认情况下当前发生的情况:

Please check this [jsfiddle][1] 请检查此[jsfiddle] [1]

[1]: http://jsfiddle.net/r9TzZ/21/ check fiddle [1]: http//jsfiddle.net/r9TzZ/21/ check fiddle

I found the solution for this 我找到了解决方案

it's simply working fine by remove the gapSize: 5 on my code 删除我的代码中的gapSize: 5可以正常工作

fiddle 小提琴

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

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