score:21
Here you are: http://jsfiddle.net/cpvLzLso/
rangeSelector: {
selected: 4,
inputEnabled: false,
buttonTheme: {
visibility: 'hidden'
},
labelStyle: {
visibility: 'hidden'
}
}
We are simply hiding all texts and buttons.
And user is able to change default chart interval by changing a selected
parameter in rangeSelector
settings group.
But you'd better use a Jugal's solution if you don't need to disable navigator bar.
UPD 1: Updated on 23/06/15 to meet today's realities. To all of you who downvoting this answer: try to disable a navigator in Jugal's answer and then pan a chart.
score:4
If you want to remove the "From to" boxes you can do like this:
rangeSelector:{
inputEnabled: false,
}
If you want to remove every range selector you have to write that row:
rangeSelector:{
enabled: true,
}
And if you want to do the zoom buttons disabled, you have to write this
rangeSelector:{
allButtonsEnabled: true,
}
score:21
Highchart supports this out of the box by setting the enabled property of the rangeSelector to false as follows
rangeSelector:{
enabled:false
}
Source: stackoverflow.com
Related Query
- HighStock : Remove Zoom bar
- How to remove bottom zoom bar on highcharts?
- Highcharts / Highstock scroll bar and Zoom issue
- Strange character in the Highstock source code
- How do you remove x-axis labels from a highchart.js bar chart
- How to position RangeSelector / zoom buttons at custom co-ordinates in Highstock
- Highcharts remove zoom feature
- In highcharts's stacked bar chart, how can I remove the white space between different
- HighCharts.StockChart remove zoom feature
- Highcharts Bar Chart Zoom not working
- Highcharts basic bar graphs. How to remove strokewith from the bars
- How to remove space in between bars in HighCharts bar chart?
- HighCharts - Remove space between series on stacked bar
- Highstock - Remove bottom date tooltip from line chart
- Highcharts bar zoom issue when using transparent series
- can zoom be mixed with multiple y-axis in highstock
- Highstock - zoom all by function
- how to take only categories for x-axis and remove unwanted scaling in Highstock chart
- how to remove scroll bar in drill down highchart
- highstock crosshair width according to zoom
- How to remove decimal values on x-axis of bar chart : Highcharts
- How to remove background color on hover of bar in highcharts
- Highstock How to remove the cross icon in Range selector text box in IE
- How do I remove left-hand numeric values in Bar Chartjs?
- Highstock stacked bar chart with slider overlayed on the graph
- Remove day name from highstock chart tooltip
- Highstock datetime xAxis, can only show all. no zoom
- Highstock scroll bar-Single scroll bar for 4 charts
- Highstock Not showing max data value without Zoom
- highstock grouping without zoom
More Query from same tag
- Highcharts Sunburst changing color on level change
- How to specify specific tick positions for highcharts when loading dynamic data?
- Highcharts: How to set colors per column, per series, with a data set, in a multi series chart?
- Using the accessibility.js module with highcharter
- How to plot new chart from already displayed highchart series
- highcharts select multiple points in one go
- How To Reject An Element From An Array?
- Highcharts PDF export arabic file name
- Is there a reliable way to have a 1 month auto generated tick interval with high charts?
- Highcharts - Remove first marker from Area chart in every series
- Filling the data gaps with a gray area using Highcharts,
- Highcharts - show only hours and minutes in xAxis
- Highcharts fill in scatter plot data with 0s
- Highchairs: Change width of every other gridline
- How do I change the line width of the area polygon in highchart?
- Filename not assigned to csv export in HighCharts on Mac
- Problem injecting variable-pie chart with highcharts-export-server
- How to dynamically update highcharts using jQuery UI sliders
- Is it possible to make a table with y axis labels of Highcharts bar chart?
- How to parse datetime for use in highchart graph?
- Generate multiple charts based on json in angular 8
- Problem loading an array initialized in another script on webpage
- How to set column width for columnRange chart with multiple series
- How to have first level as column chart and second level as Fixed placement columns in drill down highcharts
- using data from multiple series in tooltip
- HighCharts: Highlight a specific value with a different coloured marker
- Make a choropleth from a non-highmap-collection map
- Populate highcharts data using MySQL
- Difference in rendered SVG fetched from FirefoxDriver and HtmlUnitDriver
- Do I have to tell Apache Batik rasterizer where to find fonts (and if so, how)?