score:14
Accepted answer
You can still use the menuItems
with the extra values from export-data.js
.
The complete list, with "data table", is this (JSFiddle):
["printChart",
"separator",
"downloadPNG",
"downloadJPEG",
"downloadPDF",
"downloadSVG",
"separator",
"downloadCSV",
"downloadXLS",
"viewData",
"openInCloud"]
Just remove "viewData"
and any other values you do not need.
You could specifically remove it from the array, but this seems less ideal (JSFiddle):
Highcharts.chart('container', {
// ...
}, function(chart) {
var arr = chart.options.exporting.buttons.contextButton.menuItems;
var index = arr.indexOf("viewData");
if (index !== -1) arr.splice(index, 1);
});
Source: stackoverflow.com
Related Query
- How do I get remove of 'data table' option from High chart export
- How to remove sliced line from pie high chart if there there is only one object in data
- How to get text from html table in pie chart (highchart)?
- How to remove extra one legend from High Charts- Bar chart (multiple & stacked)
- how to make chart real time with 2 line and get data from php with highcharts
- how to get each key and value from object in javascript for high chart graph
- How to combine Bar chart and data as table in High Charts
- High chart how to process config if get config from DB and it contianed a function?
- how to get additional information by clicking a data point on bubble chart from data
- How do you remove x-axis labels from a highchart.js bar chart
- Highcharts - How can I remove starting and ending padding from area chart
- How to remove white space from pie chart in highchart.js?
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- How to extract the data from highstock chart
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- HighCharts : How to add or remove "chart context menu" from chart container?
- How to set variable in high chart data field
- Setting data with null values doesn't remove dots from the chart
- Higcharts - How to remove groupPadding from the beginning of the chart
- How To Get Data From Database To Highcharts Plugin in cakephp
- How to hardcode chart data in my Model then have my Controller pull it from there to display it. Using Highcharts
- How to show grid-lines when chart data is empty, in High Stock charts?
- How to make a chart with highcharts, load data from API
- How to get the last 10 objects only from JSON data
- How can I unescape and remove quot; from data served by rails into javascript
- How can i export row data from highchart to excel file and not csv?
- Highcharts display label for pie chart using html table as data source
- When using Highcharts, how do you get the point name from a data point series?
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
More Query from same tag
- highcharts / stock charts custom toolbar button text / title
- highcharts: disable hover on column chart when i use two chart togheder
- Ploting pie chart in django by highcharts
- Decrease distance between point in highchart
- How to render Highcharts to div with id as container - Angular?
- Point markers for arearangespline chart in Highcharts
- Basic Javascript: How can I link my HTML and Javascript on a Highcharts example?
- Highcharts: Bar column alignment in x-axis in uniform manner
- Pie Chart Center Text gets overlap with tooltip
- Drawing a small vertical line on top of chart using High charts by specifying end coordinates
- live chart for heartbeats
- Trying to design with highChart but colors are not showing up
- Maximum values series in Highcharts
- Jquery was not found on this server. Wordpress
- Highcharts - multiple charts
- Highmaps US County map is missing New York and DC (among others)
- How to get data from multiple tables of MySQL DB and manuplate it using PHP to display graphs?
- Highcharts yAxis max not working
- Highchart - Angular 9: How to export all charts into single pdf?
- Highcharts displaying white space for bars when all values are zero
- this.point.properties undefined highmaps
- HIghchart Area Chart display NULL value in a wrong way
- Highchart with dynamic scale for both series
- Highcharts legend font sizes
- How to change the interval of negative values? using Highcharts
- How to give time instead of angle in highcharts?
- Pie Chart for Data on Different Things with HighChart
- highcharts how to catch and insert logic in click reset zoom button event
- Sending javascript function with JSON is possible?
- _colorIndex and _symbolIndex when creating object