naga.bhaskar
Posts: 3
Joined: Mon Oct 04, 2021 3:13 pm

GWT and highcharts exporting module

I am using the org.moxieapps.gwt.highcharts-1.7.0.jar to integrate highcharts and GWT, the exporting feature present in this version doesnot support download CSV or XLS , is there a workaround for this or do we have a latest version of the jars , please share the link of the latest jar if available or the workaround for this problem.
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: GWT and highcharts exporting module

Hello naga.bhaskar,

Welcome to our forum and thanks for contacting us with your question!

Sory for longer response time. Your question has been passed to our export server developers, they will try to answer it asap.

Thanks for your patience.
Regards!
Mateusz Bernacik
Highcharts Developer
naga.bhaskar
Posts: 3
Joined: Mon Oct 04, 2021 3:13 pm

Re: GWT and highcharts exporting module

Is there any update on this query
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: GWT and highcharts exporting module

Hi naga.bhaskar, sorry for the late reply!

I'm not familiar with GWT, but the CSV and XLS exporting is available only with additional export-data.js module:

Code: Select all

https://code.highcharts.com/modules/exporting.js
https://code.highcharts.com/modules/export-data.js
Have you checked whether your app/project has all of them imported/included?

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead
naga.bhaskar
Posts: 3
Joined: Mon Oct 04, 2021 3:13 pm

Re: GWT and highcharts exporting module

When using the high charts with GWT the only jar i have seen so far is the highcharts-1.7.0 jar and the artifacts is available from org.moxieapps.gwt.highchart.* and this particular jar doesnot have export-data.js, it only supports exporting .js , i know it is supported in the higher versios of highcharts , i am not sure if there is a latest jar which can integrate with gwt wit this functionality , I am stuck with the downlaod csv, xls and view table feature , this is currently blocking my delivery , please let me know if there is a solution available with highcharts for gwt ASAP.

The below are formats 1.70-jar supports

/**
* Portable Network Graphics file type
*/
PNG("image/png"),

/**
* Joint Photographic Experts Group file type
*/
JPEG("image/jpeg"),

/**
* Portable Document Format file type
*/
PDF("application/pdf"),

/**
* Scalable Vector Graphics file type
*/
SVG("image/svg+xml");
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: GWT and highcharts exporting module

Hi,

The last version of GWT is 1.7.0 and was released in 2015 (quite old). It's using Highcharts 4.1.5 and indeed the export-data.js module was added to Highcharts in 5.11.0, see a changelog: https://www.highcharts.com/blog/changel ... ts-v5.0.11

I think you should contact the wrapper's authors because GWT Highcharts wasn't created by us but by external authors (Moxie Group): https://www.moxiegroup.com/moxieapps/gw ... wnload.jsp

The only thing I can help you with is providing a .zip package of the newer version of Highcharts (containing the export-data.js module), e.g. v5.0.11: https://code.highcharts.com/zips/Highcharts-5.0.11.zip

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead

Return to “Highcharts Usage”