Skip to content
Snippets Groups Projects
Commit 911011c8 authored by timmolter's avatar timmolter
Browse files

updated

parent 21b804e4
Branches
No related tags found
No related merge requests found
dist/ dist/
javadoc/ javadoc/
bin/
\ No newline at end of file
...@@ -38,7 +38,7 @@ public class Example1 { ...@@ -38,7 +38,7 @@ public class Example1 {
chart.addSeries("y(x)", xData, yData); chart.addSeries("y(x)", xData, yData);
try { try {
BitmapEncoder.savePNG(chart, "/test/Sample_Chart.png"); BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment