如何在highcharts中生成不连续的时间轴?

时间:2013-09-27 06:56:07

标签: javascript jquery highcharts

http://finance.yahoo.com/echarts?s=601919.SS+Interactive#symbol=601919.ss;range=1d;compare=;indicator=volume;charttype=area;crosshair=on;ohlcvalues=0;logscale=off;source=undefined;

我想合并从11:3013:00的点,以减少图片的宽度(在午休期间)。

代码:

                    xAxis: {
                    type: "datetime",
                    min: Date.UTC(2013,8,27,1,29,0),
                    max: Date.UTC(2013,8,27,7,59,0)
                    }

有人可以帮助我吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

这是highcharts中一个备受欢迎的功能。您可以在此处阅读评论并添加投票:http://highcharts.uservoice.com/forums/55896-general/suggestions/2706364-allow-irregular-time-series-to-skip-nights-and-wee

相关问题