Menu

Exporting and Samsung Galaxy Tab 10

2012-09-19
2012-09-20
  • Andrey Denikin

    Andrey Denikin - 2012-09-19

    I use Highchart on my web resourse in order to plot a graph,
    exporting options are highly required and have to function on
    mobile devices like Galaxy Tab 10 or iPad.
    Unfotunately, met a problem undeg Galaxy, the answer is

    Error while converting SVG
    Error message
    The required - svg - post parameter is missing
    ...
    

    Everything works under MS Windows on a desktop PC.
    Here is the code

    chartEA.setExporting(new Exporting()
            .setEnabled(true)
            .setFilename("2body-kin")
            .setType(Exporting.Type.PNG)
            .setType(Exporting.Type.JPEG)
            .setType(Exporting.Type.PDF)
            .setType(Exporting.Type.SVG)
            .setUrl("http://export.highcharts.com")
            .setWidth(1200));
    

    Did I miss something? or these options are not supported under the Android?

    thanks in advance...

     
  • Jeff Myers

    Jeff Myers - 2012-09-20

    Can you try exporting from the Highcharts.com demos and see if that works on the device? For example: http://www.highcharts.com/demo/line-basic
    That'd help isolate the problem to GWT Highcharts or Highcharts itself. If the issue is with Highcharts, I'd suggest posting your question on the Highcharts forums.

     
  • Andrey Denikin

    Andrey Denikin - 2012-09-20

    The problem is alive also for examples from http://www.highcharts.com/demo/
    I am going to forums...

    thanks for help.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.