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

pom fix

parent c5d627b3
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-core</artifactId>
<artifactId>xchart</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
......
......@@ -39,7 +39,7 @@ public class Example5 implements ExampleChart {
Chart chart = new Chart(800, 600);
// Customize Chart
chart.setTitle("Sample Chart");
chart.setTitle("Example5");
chart.setXAxisTitle("X");
chart.setYAxisTitle("Y");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment