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

version updates [ci skip]

parent 1d9850e7
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ Now go ahead and [study some more examples](http://xeiam.com/xchart_examplecode. ...@@ -34,6 +34,7 @@ Now go ahead and [study some more examples](http://xeiam.com/xchart_examplecode.
* Scatter charts * Scatter charts
* Area charts * Area charts
* Bar charts * Bar charts
* Histogram charts
* Error bars * Error bars
* Logarithmic axes * Logarithmic axes
* Date and category X-Axis * Date and category X-Axis
...@@ -59,7 +60,7 @@ Add the XChart library as a dependency to your pom.xml file: ...@@ -59,7 +60,7 @@ Add the XChart library as a dependency to your pom.xml file:
<dependency> <dependency>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.3.1</version> <version>2.3.2</version>
</dependency> </dependency>
For snapshots, add the following to your pom.xml file: For snapshots, add the following to your pom.xml file:
...@@ -73,7 +74,7 @@ For snapshots, add the following to your pom.xml file: ...@@ -73,7 +74,7 @@ For snapshots, add the following to your pom.xml file:
<dependency> <dependency>
<groupId>com.xeiam</groupId> <groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.3.2-SNAPSHOT</version> <version>2.3.3-SNAPSHOT</version>
</dependency> </dependency>
## Building ## Building
...@@ -91,7 +92,7 @@ For snapshots, add the following to your pom.xml file: ...@@ -91,7 +92,7 @@ For snapshots, add the following to your pom.xml file:
## Running Demo ## Running Demo
cd /path/to/xchart-demo/jar/ cd /path/to/xchart-demo/jar/
java -cp xchart-demo-2.3.1.jar:xchart-2.3.1.jar com.xeiam.xchart.demo.XChartDemo java -cp xchart-demo-2.3.2.jar:xchart-2.3.2.jar com.xeiam.xchart.demo.XChartDemo
## Bugs ## Bugs
Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues). Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment