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

Merge branch 'master' into develop

parents 6f5d83c4 1418978c
No related branches found
No related tags found
No related merge requests found
......@@ -75,4 +75,5 @@ public class ChartServletExample extends HttpServlet {
return uuid;
}
}
......@@ -22,7 +22,7 @@ import com.xeiam.xchart.Chart;
import com.xeiam.xchart.io.BitmapEncoder;
/**
* Creates a simple charts and saves it as aPNG image file.
* Creates a simple charts and saves it as a PNG image file.
*
* @author timmolter
*/
......@@ -43,4 +43,5 @@ public class Example1 {
BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
}
}
......@@ -56,4 +56,5 @@ public class Example4 {
}
return y;
}
}
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