score:1
Accepted answer
Inside API there is no function to switch rows and columns only for exporting table. Change is possible with all data at module data data.switchRowsAndColumns but it's not your case I think.
You can try to change the core and use extending approach how to extending Highcharts
Find this Chart.prototype.getTableAST
inside https://code.highcharts.com/modules/export-data.src.js
Old version example showing how to wrap core and change the way to create table at export: https://jsfiddle.net/BlackLabel/npwjxkuL/
Source: stackoverflow.com
Related Query
- How to invert (transpose) the rows and columns of an HTML table which is generated dynamically from highchair in Angular 12?
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How center the value 0[threshold], the line which separates positive and negative value?
- How to set the highchart and the table horizontally?
- How to drag select multiple columns on highstock chart and have it reflect on the navigator?
- Generate javascript and html blocks on the fly
- How to drop the decimals from Highcharts 3D columns and tooltip?
- how can I use rangeselector and navigation in highcharts in the given code
- How to display stack total just below the stack columns and not inside?
- How to use the tooltip formatter and still display chart color (like it does by default)?
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- How to export the whole page or html content with Highcharts not just the chart?
- How do you increase the performance of highcharts chart creation and rendering
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- How do I make each row in a HTML table a pie chart in Highcharts?
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- *Highcharts* How to get the min and max value of the zoom box
- How do I reduce the space between title and chart of a High Chart?
- How do I set the background color of a Highcharts HTML label?
- How to use add series and update methods in the high chart wrapper for angular?
- how to pass values to tooltip which not in x and y axis in highcharts
- How do I select which columns from my CSV to chart with HighChart?
- How to achieve the best possible performance with mutable data and real-time charts in React?
- How to start and end a dynamically generetad datetime highchart's xAxis on the first and last tick
- How to change the palette colors of a highcharter column plot which depends on a variable?
- How to set series-label to false by default and change the color of series label text in highchart
- How to get text from html table in pie chart (highchart)?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- Highcharts - How to make a scatter plot with multiple series from HTML table
More Query from same tag
- How to fire click event in moxie highcharts
- How can I build a hashed region for null column values in Highcharts?
- Different border radius
- Highcharts pie dataLabels inside and outside
- JSON highcharts -> empty chart
- Slanted highcharts axis labels overlap with legend
- I want the three circles to overlap. (use highcharts)
- Ionic 3 Highcharts not visible
- Highcharts - spider web chart questions
- Why is my JSON formatting different from HighCharts examples?
- Allowing some padding space in polar charts using Highcharts
- Highcharts graph not visible
- highchart get each drilldown categories name on click event
- highcharts has no exported member 'ChartObject'
- Multiple xAxis line on Highcharts
- highcharts dataLabel overflow: justify issue
- Display the total count of json key-value pairs in the series in high charts
- missing the last element of the line
- Change a highchart x axis Label
- Is there a way to add a custom tooltip to the second level columns of the drilldown on highcharts?
- How dynamically set the zoom level on highcharts?
- Highcharts Change Bar Color Based on Value
- Remove fixed height for full screen highcharts
- Getting data from mysql and drawing a chart
- Filename not assigned to csv export in HighCharts on Mac
- Appending Data with Highcharts (real time updating chart)
- Highcharts bar chart animation only working on 1 series
- Highcharts real-time line chart with multiple data streams
- Highcharts enable pan without holding panKey
- Convert pandas json for highstock data format in a angularjs controller