Skip to content

Commit

Permalink
fixed files form Chart #12
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 454b11b commit a6023c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public MultiplePiePlot() {
*/
public MultiplePiePlot(CategoryDataset dataset) {
super();
this.dataset = dataset;
setDataset(dataset);
PiePlot piePlot = new PiePlot(null);
this.pieChart = new JFreeChart(piePlot);
this.pieChart.removeLegend();
Expand Down

0 comments on commit a6023c4

Please sign in to comment.