How can I get slider just like highstock slider
or
How can I customize highstock so that I can only use its slider no chart. I want to change page content like tables few charts on slider move.
Please refer the image to visualize the problem
On move or change of slider I need to change the complete page data like “table data and chart”

You can try to use http://jsfiddle.net/f7Y9p/
empty chart with only navigator, then catch afterSetExtremes() (http://api.highcharts.com/highstock#xAxis.events.afterSetExtremes) and if you get values, then set it in other charts by setExtreme() function http://api.highcharts.com/highstock#Axis.setExtremes().