A data table can be added to the chart by using the export-data module and a simple option, exporting.showTable. This table does not support exporting to SVG or other image formats, but with a little programming on top of the Highcharts data and drawing API, you can draw the table in SVG. See our demo of exporting table in JSFiddle for source code and live example.