我在我的应用程序中使用 HighCharts。
请查看以下网址:
http://jsfiddle.net/gh/get/jquery/1.6/highslide-software/highcharts.com/tree/master/samples/stock/demo/candlestick-and-volume/
在该图表中,有正常的蜡烛图和成交量窗格。
我想在主图表的范围选择器下方绘制成交量窗格。问题是如果我们设置 ZoomType:xy 我会遇到很多问题。
当我们更改上面主图表的范围选择器时,下面的交易量也会得到反映。
给我任何想法来完成这项任务。
提前致谢....
I am using HighCharts in my appliation.
Please have a look the below URL:
http://jsfiddle.net/gh/get/jquery/1.6/highslide-software/highcharts.com/tree/master/samples/stock/demo/candlestick-and-volume/
In that chart there is normal candle stick graph and volume pane are there.
I want to draw volume pane below the range selector of main chart. The problem with that is if we set zoomType:xy i am getting so many issues.
And also the below volume will get reflect when we change the range selector of above main chart.
Give me any idea to complete this task.
Thanks in advance....
发布评论
评论(1)
http://jsfiddle.net/wJ7m9/ 可以吗?
http://jsfiddle.net/wJ7m9/ Does the job?