Highchart: Bar chart showing duration between events

旧街凉风 提交于 2019-12-11 15:57:52

问题


I need to create a chart that shows a series of events (see image, in this case 6) that have a duration of time between them.

I've been able to approximate this with a sankey chart and curveFactor:0, but I can't seem to adjust the space between each node.

Is there some way I can achieve this? It doesn't have to be sankey chart. I can use anything in the Highcharts library. I'd also considered a stacked bar chart but ran into another set of issues.

来源:https://stackoverflow.com/questions/48414898/highchart-bar-chart-showing-duration-between-events

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!