score:4
Accepted answer
To hide a navigator on exporting, you need to set exporting.chartOptions.navigator.enabled
to false.
exporting: {
chartOptions: {
navigator: {
enabled: false
},
scrollbar: {
enabled: false
}
}
}
example: http://jsfiddle.net/yc1yptos/
Source: stackoverflow.com
Related Query
- HighCharts chart export (screenshot download) does not display Navigator graph
- Navigator in highcharts graph does not work
- Highcharts on zeppelin 0.6.0 executes but does not display any chart
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- wkhtmltoimage does not show gridlines of highcharts graph
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- Highcharts export menu does not show up fully
- Highcharts graph does not update with firebase
- High chart data downloads but does not display in browser using node
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- Highcharts display label for pie chart using html table as data source
- Highcharts export (PhantomJS) to server does not show words
- Pie chart from highcharts does not render via justpy
- Highcharts: yAxis.height does not scale drawable area, causing graph to go off the chart
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- Highcharts Export Service Gantt Chart not working
- When trying to display a chart using ChartIt, Error saying template does not exist arises
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- Added series does not remains in highcharts on show/hide of chart container
- Highcharts export server does not export labels
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Highcharts: Polar chart does not display series correctly in dinamically loaded data
- Highcharts tooltip formatter function does not display values in table correct
- Highcharts bubble chart datalabels not display
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
- Highcharts userOptions does not update after changing the chart title
- Highcharts does not display years on Xaxis when data with NULL values
- Highcharts line chart - do not display the line
- hchart() Bar Graph does not display all the x axis labels in R
More Query from same tag
- Highchart (basic line chart) which can have multiple values vs x axis?
- Highcharts label at absolute top left?
- Chart type to plot only data points
- Highchart data based to set div width and height dynamically
- How to remove fine white line between halo and Highcharts pie chart
- How to speed up the package loading in R (in Shiny app)
- Highcharts Change column color on hover
- External variable in the title of the chart
- plotting x y points in highchart as [[list of x points],[list of y points]]
- Highchart contextmenu export black screen when stylemode
- highcharts, toggle a category?
- Bar highchart just shows one value of my array
- dynamic multiple series from different CSV-files
- Highcharts how do i keep space between series the same but increase space between categories?
- Highcharts - Stacked column data series
- The opposite X aXis series is not showed in the navigator
- Legend in network graph ( Highchart Js)
- I am using click event to trigger a new page to generate the drill down data from highcharts however the entire chart is being generated
- How to set default zoom to 6 months using highcharts-react?
- Update datalabel on click of a point on the series of a highcharts timeline chart
- resetting chart title on zoom button click in highcharts
- How to add different click events on each pie of a pie chart created by highcharts usin jquery
- Angular - Errors when filling a Highcharts network graph with an array
- Highcharts Heatmap Edit Legend
- Highcharts with Rails 6
- Calculating a min y axis value in highcharts
- Highcharts API legend doesnt appear
- Highcharts: tooltip Click instead of hover
- different name series in highchart
- Removing specific days from highcharts datetime graph