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
- Highcharts -- Array not assigned without alert message
- HighStock Start Month rangeSelector And series.compare Not Working on Initial Load
- How could I edit the color of the data elements in highchart graphic?
- display a linear highchart with data from database
- HighCharts – Horizontal chart: moving bars down, make space for labels above them
- highchart not displaying bars chart while printing
- highcharts filename from canvas
- Highchart aggregate JSON data
- HighCharts - Show dataLabel for last value in stockChart
- Highcharts with Turbolinks - Rails 4
- Highcharts renderer.rect on xAxis label not responsive
- Highcharts columns height in phantomjs generated pdf
- Resize highcharts using react-grid-layout not working
- Highcharts mulitple y axis unit not display
- Erb array not updated after ajax post
- Highcharts solid gauge dynamic update
- highcharts 3d scatter chart: displaying categories
- Highcharts- How to style the colums to have gradient colors
- 'ManyToOneRel' object has no attribute 'parent_model' error with django chartit
- How to align highcharts legend to bottom right?
- Highchart Stacked Column w/ Datetime X-axis Columns Too Thin
- highcharts lines colors change but I don't want to
- How to retain the conditional color of bar in highcharts
- Datalabels are not shown in 3D Highcharts bar/column
- Change Highchart Options dynamically in angular
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- Variable tick length in highcharts
- HighCharts performance issue and alternative
- Highcharts show real time value on Labels
- Repeated values in x axis in dotnet highchart controls