stylengusto
Posts: 6
Joined: Fri Nov 11, 2011 3:05 am

Rangeselector change position and move to bottom

Hi ,

I need to change the default position of Rangeselector which is at the top, and need to move it below the chart.
It seems Rangeselector does not have any properties to change the position.
Please advise.

Thanks.
stylengusto
Posts: 6
Joined: Fri Nov 11, 2011 3:05 am

Re: Rangeselector change position and move to bottom

Update..

I have been able to achieve this by modifying the source code in highstock.src.js.
Line 14550
from: chart.plotTop - 25
to: chart.plotHeight + 125

Please let me know if there is a better way of doing it without modifying the source code.

Thanks.
hfrntt
Posts: 6393
Joined: Mon Aug 30, 2010 8:41 am
Contact: Website

Re: Rangeselector change position and move to bottom

For now it's not possible to the move rangeSelector, so I suppose that your approach is good.
Slawek Kolodziej
Highcharts support team
eichert12
Posts: 4
Joined: Wed Nov 09, 2011 9:18 pm

Re: Rangeselector change position and move to bottom

I would like the ability to move the range selector to below the chart as well. Any chance that might be added as an option in the future?
hfrntt
Posts: 6393
Joined: Mon Aug 30, 2010 8:41 am
Contact: Website

Re: Rangeselector change position and move to bottom

I suppose that there is a chance - post a user request on http://highcharts.uservoice.com or if similar request already exist, vote for it.
Slawek Kolodziej
Highcharts support team
wesm
Posts: 15
Joined: Thu Jun 09, 2011 3:35 pm

Re: Rangeselector change position and move to bottom

This is important because of the option for x axes with opposite: true. As it stands, a top positioned x axis can not be used with the range selector zoom controls.

A fiddle with an example case: http://jsfiddle.net/T4pbT/
ehaase
Posts: 13
Joined: Fri Jun 10, 2011 7:35 pm

Re: Rangeselector change position and move to bottom

I'm also interested to move the rangeselector onto the lower side of a chart beside the navigator as shown in the attached picture.

Is there any planning?
Attachments
stockchart_rangeselector_near_navigator.jpg
stockchart_rangeselector_near_navigator.jpg (46.9 KiB) Viewed 6026 times
hfrntt
Posts: 6393
Joined: Mon Aug 30, 2010 8:41 am
Contact: Website

Re: Rangeselector change position and move to bottom

Here you can find our current plans: http://www.highcharts.com/support/roadmap

For now it's possible to do only by hacking the source code.
Slawek Kolodziej
Highcharts support team

Return to “Highcharts Stock”