amchartsJava-export
This repository contains export functionality of amchartsJava project.
amchartsJava-export allow export to html charts generated by amchartsJava-core to can be viewed in browser, also allow update your html with the necessary to correctly add amcharts generated.
Requirements
To use amchartsJava-export you need:
- Java 1.7+
- Maven 3+
- Git
- amchartsJava-core(with amcharts library)
Installation
1.Download
- You can download amchartsJava-export directly from Github using the following command:
git clone https://github.com/ifcunharro/amchartsJava-export.git
- Download amchartsJava-core and follow instructions to generate jar with dependencies in a folder out the jar. Move jar and dependencies
to a folder to same level that src of amchartsJava-export. That folder must to contain:
- amcharts
- amchartsJava-core.jar
- lib(folder dependencies amchartsJava-core)
- amcharts
2. Configuration parameters
Can indicate path to template folder to debug and release in file export.properties into resource folder.