score:17
Accepted answer
In your chart config, set rangeSelector.inputEnabled
false.
score:2
You can use for StockChart just like below:
this.chartData = new StockChart({
title: {
text: 'Data Chart'
},
rangeSelector: {
selected: 0,
inputEnabled: false
},
series: [{
tooltip: {
valueDecimals: 2
},
name: 'Chart',
data: [],
type: undefined
}]
});
score:9
you can use add inputEnabled:false
rangeSelector : {
inputEnabled:false
},
score:16
The accepted answer will only disable the Range Selector;
If you want to remove it completely, you need:
rangeSelector: {
enabled: false
},
Source: stackoverflow.com
Related Query
- How to disable range selector from highstocks charts
- How can I disable the Highstocks range selector buttons when loading data asynchronously?
- Highstock, how to offset all Y data from a serie on clicking range selector buttons
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- Customizing the Stockchart range selector buttons from HighCharts library in GWT (and Javascript in general)
- How to disable range selection buttons?
- how to disable or override the fonts inherited from svg in the web pages by default
- how to hide/show scrollbar and range selector of highcharts on button click?
- How to disable the display of the charts with highcharts?
- Don't disable "all" button in range selector in Highstock
- Highstock How to remove the cross icon in Range selector text box in IE
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- Highstocks change range selector to dropdown
- Vaadin Charts (Highcharts) - Range Selector - Monthly Data
- How to get region/province code from IP address
- How to create a drilleable bar graph in jsp page using open source charts API
- How to disable label from Highchart
- How can you combine multiple graphs and control with one range selector with Highcharts?
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- How to scrape data from Highcharts charts using selenium and python?
- Highstocks How to change the font of the buttons of the range selecotor
- How to replace x-axes with our own timestamp data from API in Highcharts using highstocks
- Highcharts range selector date formats from C#
- High Charts Range Selector
- How To Show Tooltip In Sparkline Chart From Code
- How to connect/sync xAxis crosshairs between multiple HighStocks charts
- How to do a date range to view data from selected date highcharts
- How to get work range selector with Highcharts with a function?
- How to set High charts series with X and Y value from mysql database
- Highcharts: how to export several charts from the browser?
More Query from same tag
- In Highcharts, is it possible to add a border to the legend symbol?
- Highcharts, multiple scatter series dates not working with stacking
- Highstocks dynamic graph - timeslider graph pattern issue
- Highlighting last column in Highcharts
- set line border properties (color/width) in a Highcharts line chart
- Highcharts: Reveal part of bar graph on click
- R programming Highchart Number format
- How to define format for Drilldown Pie Charts in Highcharts
- draw pie chart from arrays in highcharts
- Multiple data series and multiple data tooltip with HighMaps
- Highstock shared tooltip multiple series - show data for line when not on point
- Unable to iterate through an array. Showing length as zero
- Setting min and max for chart in Highcharts library error
- Highcharts stuck on panning
- Highcharts series graph to start and end on tick and end on max
- Dates on xaxis with highcharts
- Highcharts: Using JSON to load xAxis data as 'datetime'?
- Highcharts Drilldown charts CodeIgniter
- Get rid of the name against the series which is already showing in legends
- How can I focus or change label color on mouse-hover in Timeline Highchart?
- How to make click on area above / below small column, in unstacked column chart, fire the point click event
- Stop Highcharts overwriting containers
- Extend Highchart to edges of container
- Highmaps heatmap
- Unable to do any other action than "alert" when triggering the click event on Highcharts (React Native)
- Highcharts Exporting multiple Pie Charts
- Highchart Spider web chart, pointPlacement and tickInterval
- Create a HighCharts pie chart using JSON Data
- How to shift data using Series.addPoint without shifting x axis values in highcharts
- highcharts with ZendFramework