Now go ahead and [study some more examples](http://xeiam.com/xchart_examplecode.jsp), [download the thing](http://xeiam.com/xchart_changelog.jsp) and [provide feedback](https://github.com/timmolter/XChart/issues).
Features
===============
===============
* no additional dependencies
* ~50KB Jar
* line charts
* scatter charts
* error bars
* Date x-axis
* multiple series
* extensive customization
Getting Started
===============
Non-Maven
Non-Maven
---------
---------
Download Jar: http://xeiam.com/xchart.jsp
Download Jar: http://xeiam.com/xchart.jsp
...
@@ -31,10 +49,10 @@ Add the XChart library as a dependency to your pom.xml file:
...
@@ -31,10 +49,10 @@ Add the XChart library as a dependency to your pom.xml file:
<dependency>
<dependency>
<groupId>com.xeiam</groupId>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<artifactId>xchart</artifactId>
<version>1.2.2.SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
</dependency>
For snapshots, add the following repository to your pom.xml file:
For snapshots, add the following to your pom.xml file:
<repository>
<repository>
<id>xchart-snapshot</id>
<id>xchart-snapshot</id>
...
@@ -42,11 +60,21 @@ For snapshots, add the following repository to your pom.xml file:
...
@@ -42,11 +60,21 @@ For snapshots, add the following repository to your pom.xml file: