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

remove a chart from demo

parent 77166f44
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,6 @@ import com.xeiam.xchart.demo.charts.scatter.ScatterChart01; ...@@ -63,7 +63,6 @@ import com.xeiam.xchart.demo.charts.scatter.ScatterChart01;
import com.xeiam.xchart.demo.charts.scatter.ScatterChart02; import com.xeiam.xchart.demo.charts.scatter.ScatterChart02;
import com.xeiam.xchart.demo.charts.scatter.ScatterChart03; import com.xeiam.xchart.demo.charts.scatter.ScatterChart03;
import com.xeiam.xchart.demo.charts.scatter.ScatterChart04; import com.xeiam.xchart.demo.charts.scatter.ScatterChart04;
import com.xeiam.xchart.demo.charts.scatter.ScatterChart05;
import com.xeiam.xchart.demo.charts.theme.ThemeChart01; import com.xeiam.xchart.demo.charts.theme.ThemeChart01;
import com.xeiam.xchart.demo.charts.theme.ThemeChart02; import com.xeiam.xchart.demo.charts.theme.ThemeChart02;
import com.xeiam.xchart.demo.charts.theme.ThemeChart03; import com.xeiam.xchart.demo.charts.theme.ThemeChart03;
...@@ -255,9 +254,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener { ...@@ -255,9 +254,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener {
defaultMutableTreeNode = new DefaultMutableTreeNode(new ChartInfo("ScatterChart04 - Error Bars", new ScatterChart04().getChart())); defaultMutableTreeNode = new DefaultMutableTreeNode(new ChartInfo("ScatterChart04 - Error Bars", new ScatterChart04().getChart()));
category.add(defaultMutableTreeNode); category.add(defaultMutableTreeNode);
defaultMutableTreeNode = new DefaultMutableTreeNode(new ChartInfo("ScatterChart05 - Logarithmic Data with Short Span", new ScatterChart05().getChart()));
category.add(defaultMutableTreeNode);
// Bar category // Bar category
category = new DefaultMutableTreeNode("Bar Charts"); category = new DefaultMutableTreeNode("Bar Charts");
top.add(category); top.add(category);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment