Closed cyberfly closed 5 years ago
Hi @cyberfly,
Thank you for asking question.
You can import the export-data.js
Highcharts module in order to generate and show the table with data. After including this module, just need to click hamburger menu button at the top right corner, and select the View data table
. Then the table will appear below your chart.
Of course you can style the table whatever you want.
Live example: https://codesandbox.io/s/highcharts-vue-demo-pj8uk
Kind regards!
Hi using Highcharts Vue, is it possible to auto mapped the series data into a table? Or do I manually build the table row using v-for?
In short:
Example below
Thanks