Skip to content
Snippets Groups Projects
Commit 4e94d041 authored by Tim Molter's avatar Tim Molter
Browse files

update readme

parent 768eb182
No related branches found
No related tags found
No related merge requests found
......@@ -25,18 +25,18 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e
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
* No additional dependencies
* ~50KB Jar
* line charts
* scatter charts
* error bars
* Line charts
* Scatter charts
* Error bars
* Date x-axis
* multiple series
* extensive customization
* Multiple series
* Extensive customization
## Getting Started
### Non-Maven
Download Jar: http://xeiam.com/xchart.jsp
Download Jar: http://xeiam.com/xchart_changelog.jsp
### Maven
The XChart release artifacts are hosted on Maven Central.
......@@ -44,9 +44,9 @@ The XChart release artifacts are hosted on Maven Central.
Add the XChart library as a dependency to your pom.xml file:
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.3.0</version>
<groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId>
<version>1.3.0</version>
</dependency>
For snapshots, add the following to your pom.xml file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment