selector period on HighStock (zoom,1m,3m,6m,YTD,ALL,...)
about HighStock
1.i want send command click to period selector (zoom , 1m , 3m , ....) by javascript like chart.sendClick("1m")
2.how to hide period selector
3.hot to show only chart and scrollbar
4
votes
Anonymous
shared this idea
-
Anonymous commented
chart.clickButton(2,'month',false); but it is not work because highhart method dont return that method.
-
Anonymous commented
i need change time frame and other button from javascript
such as "clickButton(2,'month',false)"