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
No related branches found
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment