在jqplot堆叠的烛台可能吗?

时间:2011-09-01 09:53:13

标签: javascript jquery graph charts jqplot

jqplot中是否可以堆叠烛台图?我知道这是对它们的误用,但我需要能够在x轴上的同一点为y轴指定多个条目的起点和终点。我已经尝试了堆叠条形图,看起来我不能像烛台一样指定数据的起点和终点。

非常感谢任何帮助: - )

由于

1 个答案:

答案 0 :(得分:4)

是的,显然他们是。我使用了这里的示例代码。 Candlestick Chart Sample

并添加了stackSeries:true,seriesColors:[“red”,“green”],并将系列加倍:行到

系列:[{renderer:$。jqplot.OHLCRenderer,rendererOptions:{candleStick:true}},{renderer:$。jqplot.OHLCRenderer,rendererOptions:{candleStick:true}}]

并将该系列翻了一番。 $ .jqplot( 'chart1',[OHLC,OHLC]