HyJavaCharts Demo Source Code

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

If you have any questions on the libraries, please contact us directly at support@hyjavacharts.com.

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 HyJavaChartsDemo9, HyJavaStockDemo9 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

To use the evaluation libraries with the HyJavaChartsSimpleDemos application you would need to change the dependency <version> in the HyJavaChartsSimpleDemos pom to:

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

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

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

Library Usage

If you are using maven as a build tool you just need to copy the evaluation or full version jar files to your local repository in directories:

Documentation

A Quick Start Guide, Full Documentation and Javadoc API for the HyJavaCharts Library, the HyJavaStock Library and the HyJavaApex Library are all available.

The Full Documentation in pdf format is available for download from here.

Chart Images

Want to create PNG, JPEG, WEBP or PDF Images of your Highcharts charts from your Java application on the server?
See the HyJavaImages product page or view a HyJavaImages demonstration Java web application.


The HyJavaCharts Team.

hyjavacharts.com