Skip to content

Latest commit

 

History

History

chart-export-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Vaadin Chart Exporting demo
===========================

This example demonstrates how Vaadin Charts can by used also on the server 
side - naturally with the same clean Java API.

Before using this method, PhantomJS needs to be installed from phantomjs.org. 
Install it into your PATH or provide its location as a system property 
"phantom.exec" for the server.

If you have Maven installed this demo can then be run locally by issuing following 
command:

mvn jetty:run-war

or one liner including git clone:

git clone [email protected]:vaadin/charts.git; cd charts/chart-export-demo; mvn jetty:run-war