HyJavaCharts Demo Source Code

Thank you for your interest in the HyJavaCharts, HyJavaStock and HyJavaApex libraries.

Full Demo Applications

The download contains the Java source code for the HyJavaCharts, HyJavaStock and HyJavaApex demo web applications including the Java source for all chart examples. These applications are in the HyJavaChartsDemo8, HyJavaStockDemo8 and HyJavaApexDemo3 directories.

Java code for all chart examples is located in the examplecharts directory under each application.

To build/run the demo applications you would need to purchase the full version of the library.

Simple Demo Applications

The download also contains several simple demo applications showing usage of the HyJavaCharts, HyJavaStock and HyJavaApex libraries with various frameworks. These applications are in the HyJavaChartsSimpleDemos directory.

To build/run these simple demo applications you would need to either:

OR

If you are using maven as a build tool you need to copy the jar files to your local repository.
To use the evaluation libraries you would need to change the dependency <version> in the HyJavaChartsSimpleDemos pom to:

<dependency>
    <groupId>com.hyjavacharts</groupId>
    <artifactId>HyJavaCharts</artifactId>
    <version>8-EVAL-C</version>
</dependency>

<dependency>
    <groupId>com.hyjavastock</groupId>
    <artifactId>HyJavaStock</artifactId>
    <version>8-EVAL-C</version>
</dependency>

<dependency>
    <groupId>com.hyjavaapex</groupId>
    <artifactId>HyJavaApex</artifactId>
    <version>3-EVAL-C</version>
</dependency>

If you have any further questions, please contact us at support@hyjavacharts.com.


The HyJavaCharts Team.

hyjavacharts.com