Highcharts exporting is not working

Hi Lukas,

  •  What Skuid version are you using?
  •  Are you building in Skuid API v1 or v2?

Additional questions
  • It looks like the error you’re getting (https://www.highcharts.com/errors/16/) "Highcharts already defined in the page is being caused by loading the same Highcharts library multiple times. Skuid does automatically include some highchart functionalities so it may not be necessary for you to manually include all of the additional Highchart libraries.
  • What custom capabilities are you try to achieve with the charts? (This will help us assess which additional libraries you need.)
  • Are you putting the Javascript resources in the child page or in the parent page?  Sometimes when you’re using charts and page includes, it works best to include the resources on the parent page because if they are just on the child page, the parent page cannot access them.
  • Could you please upload a simplified version of this page using standard objects? This will help us investigate further, see how to create a good test page for more information.