[email protected]
Posts: 5
Joined: Mon Jul 20, 2020 12:58 pm

export-data.js missing

I would like to be able to Download XLS and show data table. According to this basic line chart example here, https://jsfiddle.net/gh/get/library/pur ... line-basic, I need to use the export-data.js module. I want to have the Highcharts files on my local server, but I can't find the export-data.js file to download. I downloaded all the other files I needed from https://code.highcharts.com/, but I do not see the export-data module on that page. Could someone please tell me where to get it?
piotr.m
Posts: 1433
Joined: Mon Nov 18, 2019 8:15 am

Re: export-data.js missing

Hi,

Thanks for contacting us!

I'm not sure if I understand correctly, are you just looking for code from this module?
https://code.highcharts.com/modules/export-data.js

Kind Regards
[email protected]
Posts: 5
Joined: Mon Jul 20, 2020 12:58 pm

Re: export-data.js missing

Yes, I was looking for the export-data module. The hyperlink for it is missing on the https://code.highcharts.com/ page. I was able to get it by selecting one of the other modules from the list and then just changing the module name.
piotr.m
Posts: 1433
Joined: Mon Nov 18, 2019 8:15 am

Re: export-data.js missing

Hi,

Ok, I forwarded it.
Let me know if you have any further questions!

Best Regards
JungleCharteer
Posts: 2
Joined: Tue Apr 06, 2021 11:21 am

Re: export-data.js missing

The versions corresponding to older Highcharts versions seems to be missing:
Example:
https://code.highcharts.com/4.2.4/modul ... rt-data.js (not found)
https://code.highcharts.com/4.2.4/modules/data.js - (found, but a module for importing data as far as I can tell)

Is that correct?
piotr.m
Posts: 1433
Joined: Mon Nov 18, 2019 8:15 am

Re: export-data.js missing

Hi JungleCharteer,

export-data is from 5.0.11 (info in changelog):
https://www.highcharts.com/blog/changelog/

The whole v4.2.4 package is available for download, for example, here:
http://code.highcharts.com/zips/Highcharts-4.2.4.zip

Regards

Return to “Highcharts Usage”