score:10
Accepted answer
You can define the items in the exporting menu with exporting.buttons.contextButton.menuItems option.
If you want to exclude only openInCloud
item then you can filter out it from the default menu items.
exporting: {
buttons: {
contextButton: {
menuItems: Highcharts.getOptions().exporting.buttons.contextButton.menuItems.filter(item => item !== 'openInCloud')
}
}
}
live example: http://jsfiddle.net/1unnkdt1/
Source: stackoverflow.com
Related Query
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How can I remove the white border from HighCharts pie chart?
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- How to remove the decimal .00 from the default highcharts configuration?
- How do you remove the partialFill from Highcharts xrange chart
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- How to remove button from Highcharts
- How to export the whole page or html content with Highcharts not just the chart?
- Highcharts how to remove headers from tooltip
- How do I get remove of 'data table' option from High chart export
- Highcharts - How can I remove starting and ending padding from area chart
- How can I delete all of the points from a highcharts series
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- HighCharts : How to add or remove "chart context menu" from chart container?
- How to get the highlighted point from shared tooltip formatter, Highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How to format the export button in Highcharts
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Higcharts - How to remove groupPadding from the beginning of the chart
- how to display 2 same highcharts without duplicate the code
- How to update the highcharts.js to make the export server to my own ipaddress,instead of connect to the highcharts server?
- How do I export the content of a page as either jpg or pdf with Highcharts and scrollable data?
- How do I remove padding from both sides of Highcharts area category chart?
- how to animate the move of a point from a position to another in a HighCharts scatterplot
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- How to migrate a chart from Highcharts Demo to Highcharts Cloud
More Query from same tag
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- Resolve Conflict When Using Highchart and Treemap together ( f.inArray is not a function)
- Highcharts JS - heatmap set gridLineWidth
- Highcharts windrose with one series without gap
- How to render a vertical line when the mouse cursor is on the chart using highcharts?
- Stop HighCharts change transparency of another series on hover of one series
- Uncaught SyntaxError: Unexpected token ILLEGAL in javascript
- Highcharts: Not showing values, datetime type
- Uncaught ReferenceError: chart is not defined when using two charts
- How to show only weekday on xAxis with Highcharts?
- Drawing a line between 2 points in line chart using Highcharts?
- Is there a way to get around 'setData' on a highcharts area chart?
- Make minPointLenght apply to all blocks in stacked column chart
- How to manage y-axis values of high chart
- Real time chars using highcharts, JSON, REST and Spring MVC
- Is there anyway to hide the dataLabels for one of the stacked series in HighCharts
- HighCharts: Can I call the Exporting functions directly?
- Highchart js click rotate and expand arc
- Highstock- show full data sets on x axis
- highcharts column : add dynamically series with drilldown data
- Adding a legend to a pie chart using highcharter, or Rcharts
- Show data labels on top in stacked column graph in highcharts
- Highchart Pattern fill
- Highcharts datalabels outside of plot area?
- How to get continuous graphs in Highstock (beta release)
- Add static content into highchart exported pdf header
- create-react-app Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
- How to make json object for this type in c#?
- highcharts can't render
- Highcharts shankey diagram percentage not showing