Skip to content
Snippets Groups Projects
Select Git revision
  • 8589fe1c6d4e881444addb5b65a98a99bd3f5ac0
  • develop default protected
2 results

XChart

user avatar
timmolter authored
8589fe1c
History
Name Last commit Last update
src
.gitignore
LICENSE.txt
README.md
pom.xml

Description

XChart is a charting API for Java. While several charting APIs already exist, most of them require a steep learning curve and the code base is bloated, full of too many "features" and/or very outdated. Inspired by SWTCharts, simplicity is prioritized over everything else so you can quickly make a plot and move on. XCharts can be used in your Swing, Java EE, and Java SE applications. If you're looking for a Java charting API that is easy to use and does not need every feature under the sun, XChart is for you.

Getting Started

Non-Maven

Download Jar: http://xeiam.com/xchart.jsp

Maven

The XChart artifacts are currently hosted on the Xeiam Nexus repository here:

xchange-release http://nexus.xeiam.com/content/repositories/releases xchange-snapshot http://nexus.xeiam.com/content/repositories/snapshots/

Add this to dependencies in pom.xml:

com.xeiam xchart 1.1.0-SNAPSHOT

Building

mvn clean package
mvn javadoc:javadoc