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

update readme icon path

parent c2309bf9
No related branches found
No related tags found
No related merge requests found
## [![XChart](http://xeiam.com/wp-content/uploads/xchartlogo.png)](http://xeiam.com/xchart) XChart
## [![XChart](https://raw.githubusercontent.com/timmolter/Yank/develop/etc/XChart_64_64.png)](http://xeiam.com/xchart) XChart
A Simple Charting Library for Java
## Description
......@@ -21,10 +21,10 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e
// Save it
BitmapEncoder.saveBitmap(chart, "./Sample_Chart", BitmapFormat.PNG);
// or save it in high-res
BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300);
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
......@@ -73,13 +73,13 @@ For snapshots, add the following to your pom.xml file:
<snapshots/>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<dependency>
<groupId>com.xeiam</groupId>
<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/)
## Building
......@@ -111,4 +111,4 @@ Please report any bugs or submit feature requests to [XChart's Github issue trac
## Release Information
We will announce new releases on our [Twitter page](https://twitter.com/Xeiam).
\ No newline at end of file
We will announce new releases on our [Twitter page](https://twitter.com/Xeiam).
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