score:19
Accepted answer
You can use lang options and set empty string.
Highcharts.setOptions({
lang:{
rangeSelectorZoom: ''
}
});
score:10
The rangeSelectorZoom property as suggested by Sebastian is not present in 6.1.0 anymore. A work around if you don't need the From and To Inputs, as it was my case is to not show the label at all:
rangeSelector: {
labelStyle: {
display: 'none'
}
}
Source: stackoverflow.com
Related Query
- hide zoom text on rangeSelector
- highcharts hide zoom reset button, call zoom reset programmatically
- How to position RangeSelector / zoom buttons at custom co-ordinates in Highstock
- How to position the Highcharts.StockChart's rangeSelector zoom on the right?
- How can I hide non-selected series and axes when using XY zoom with highcharts?
- Strange character in the Highstock source code
- Highcharts - Possible to change the text zoom to other wording?
- Highcharts - show markers on zoom event (selection) and hide on reset zoom. Is it possible?
- Default highstock zoom without rangeSelector buttons
- Highcharts: How to hide the text from legends
- how can I use rangeselector and navigation in highcharts in the given code
- Highcharts - Hide the Reset zoom button always
- How do I hide the code for the chart data in highcharts?
- HighCharts Hide Series Name from the Legend
- Hide axis and gridlines Highcharts
- how to hide highchart x - axis data values
- Hide line in default state in Highcharts
- Place text in center of pie chart - Highcharts
- How can I hide series from a HighCharts legend?
- Highchart - show / hide an y-Axis without hiding the series
- Highcharts text labels for y-axis
- Highstocks - How to change the default Zoom
- How to hide labels in the highcharts in the pie
- How can I hide a series from initially being displayed in Highcharts
- How to hide zero values in Column chart
- How do I detect a zoom event in highcharts?
- Highcharts: Hide and show legend
- HighStock : Remove Zoom bar
- How to change the text color in Highcharts
- Highchart hide default buttons
More Query from same tag
- Merge contents of a hash containing array of arrays in jQuery/JS for Highcharts
- How to draw a smooth line for a polynomial fuction?
- How to focus highchart navigator and graph to a part of the resultset
- Highcharts and the export of table data
- get bot xAxis values when doing click event on highcharts
- Why can't I enter text into a textarea control that is inside of the highcharts-container div?
- HighChart: add data series dynamically with dynamically added categories on yAxis
- Dynamically bind the series in High-charts with a dictionary object
- Using HighStocks with highcharts-ng
- highcharts: stop chart from trapping mouse events, or capture mouse click on the ENTIRE chart
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts pie chart list of selected section
- Highcharts; disabling the tooltip for a single point renders a random little box
- Highcharts JS remove tips & squared legends for linear chart
- Highcharts - Gray out only title in legend
- Change tooltip position where mouse found
- Highcharts-NG is only listening to some of my chart config options
- Highcharts Circular Percentage Chart
- Offline exporting a Highcharts chart using an external button
- Toggle Highcharts plotLine with button
- Highcharts tooltips flickering ON IE8
- HighChart skipping x-axis years plot point
- How to set color of each slice in pie chart in high charts library?
- Install highcharts extenion in yii2 manualy [without composer]
- Align xAxis across line/column charts
- How to set Startofweek in highcharts api
- Highcharts: when having multiple columns for the same X axis value, how can I get 1 tooltip per column?
- Highcharts add a button after all the legends
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Is it possible to change the name of "x" for x data?