Can highcharts export a chart AND table data?

2019-07-19 18:04发布

问题:

I'm trying to figure out if highcharts can do the following:

Render a standard horizontal bar chart that contains separate table data beneath it (imagine a bar chart with an html-like table beneath it.)

The user would be able to export the entire svg using the exporting.js file that highcharts provides.

This might seem vague, I'm trying to think through this though. I'm not familiar with highcharts at all, but have looked thoroughly at the documentation. It is my understanding that something like this wouldn't be possible using highcharts, as it's text capabilities / options aren't that flexible to represent a data table.

Any possible insight would be great, thanks to everyone!

D.

回答1:

If you check the HighCharts forum you can see a hack to get that. It is not very clean but it does wonders. If your datatable if very large you may want to think about only showing portions of the data at a time (using zoom in chart).