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

Merge branch 'develop' of github.com:timmolter/XChart into develop

parents d49e05ee e982fb1f
Branches
No related tags found
No related merge requests found
......@@ -93,6 +93,10 @@ public class XChartPanel extends JPanel {
g2d.dispose();
}
public Chart getChart() {
return this.chart;
}
@Override
public Dimension getPreferredSize() {
......@@ -308,4 +312,4 @@ public class XChartPanel extends JPanel {
return series;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment