Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code/), [download the thing](http://xeiam.com/xchart-change-log) and [provide feedback](https://github.com/timmolter/XChart/issues).
## Features
* No required additional dependencies
* ~100KB Jar
* Line charts
* Scatter charts
* Area charts
* Bar charts
* Histogram charts
* Error bars
* Logarithmic axes
* Date and category X-Axis
* Multiple series
* Extensive customization
* Themes - XChart, GGPlot2, MATLAB
* Right-click, Save-As...
* User-defined axes range
* Custom legend placement
* CSV import and export
* High resolution chart export
* Real-time charts
* [x] Java 6 and up
* [x] No required additional dependencies
* [x] ~100KB Jar
* [x] Line charts
* [x] Scatter charts
* [x] Area charts
* [x] Bar charts
* [x] Histogram charts
* [x] Error bars
* [x] Logarithmic axes
* [x] Date and category X-Axis
* [x] Multiple series
* [x] Extensive customization
* [x] Themes - XChart, GGPlot2, MATLAB
* [x] Right-click, Save-As...
* [x] User-defined axes range
* [x] Custom legend placement
* [x] CSV import and export
* [x] High resolution chart export
* [x] Export as PNG, JPG, BMP, GIF, SVG, EPS, and PDF
* [x] Real-time charts
* [x] Java 6 and up
## Getting Started
...
...
@@ -61,14 +68,17 @@ The XChart release artifacts are hosted on Maven Central.
Add the XChart library as a dependency to your pom.xml file:
```xml
<dependency>
<groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId>
<version>2.4.3</version>
</dependency>
```
For snapshots, add the following to your pom.xml file:
```xml
<repository>
<id>sonatype-oss-snapshot</id>
<snapshots/>
...
...
@@ -80,6 +90,7 @@ For snapshots, add the following to your pom.xml file:
<artifactId>xchart</artifactId>
<version>2.4.4-SNAPSHOT</version>
</dependency>
```
Snapshots can be manually downloaded from Sonatyope: [https://oss.sonatype.org/content/groups/public/com/xeiam/xchart/xchart/](https://oss.sonatype.org/content/groups/public/com/xeiam/xchart/xchart/)
...
...
@@ -97,8 +108,9 @@ Snapshots can be manually downloaded from Sonatyope: [https://oss.sonatype.org/c