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
---------
Download Jar: http://xeiam.com/xchart.jsp
...
...
@@ -31,22 +49,32 @@ Add the XChart library as a dependency to your pom.xml file:
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.2.2.SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
For snapshots, add the following repository to your pom.xml file:
For snapshots, add the following to your pom.xml file: