Page 1 of 1

HighCharts Export Server - Remove "Demo" Page [SOLVED]

Posted: Tue Jan 08, 2013 8:15 pm
by wergeld
Recently got the latest exporting-server from here: https://github.com/highslide-software/h ... erver/java
I got it to compile and generate exportable files via a page it creates at (for my testing) "http://localhost:8080/highcharts-export/demo". The URL I am using in my highcharts chart creation code is this:

Code: Select all

url: "http://localhost:8080/highcharts-export"
How can I remove the "demo" page such that when I click to export a chart it just does it and does not load this other page? I have built the highcharts-export.war with the -Pproduction flag.

EDIT:
See post: http://highslide.com/forum/viewtopic.php?f=9&t=24016