final JFreeChart chart = new JFreeChart(plot);
chart.removeLegend();
chart.setTitle("Top 10 Country Populations");
return new StreamResponse() {
public String getContentType() {
return "image/png";
}
public InputStream getStream() throws IOException {