Browse Source

注释掉和三维柱形图无关的东西

master
zheng 6 years ago
parent
commit
af271f4aa1
  1. 24
      src/com/fr/plugin/demo/DemoTableDataPane.java

24
src/com/fr/plugin/demo/DemoTableDataPane.java

@ -25,16 +25,16 @@ public class DemoTableDataPane extends AbstractExtendedChartTableDataPane<DemoDa
// private UIComboBoxWithNone seriesName; // private UIComboBoxWithNone seriesName;
@Override // @Override
protected ExtendedCustomFieldComboBoxPane createExtendedCustomFieldComboBoxPane() { // protected ExtendedCustomFieldComboBoxPane createExtendedCustomFieldComboBoxPane() {
return new ExtendedCustomFieldComboBoxPane(); // return new ExtendedCustomFieldComboBoxPane();
} // }
@Override @Override
protected String[] fieldLabels() { protected String[] fieldLabels() {
return new String[]{ return new String[]{
"X轴", "X轴",
"指标名", // "指标名",
"Y轴", "Y轴",
"Z轴", "Z轴",
// "预期值", // "预期值",
@ -58,13 +58,13 @@ public class DemoTableDataPane extends AbstractExtendedChartTableDataPane<DemoDa
} }
return new Component[]{ return new Component[]{
xComboBox, xComboBox,
targetName, // targetName,
yComboBox, yComboBox,
zComboBox, zComboBox,
expect, // expect,
expectFunction, // expectFunction,
actual, // actual,
actualFunction // actualFunction
}; };
} }
@ -81,8 +81,8 @@ public class DemoTableDataPane extends AbstractExtendedChartTableDataPane<DemoDa
xComboBox, xComboBox,
yComboBox, yComboBox,
zComboBox, zComboBox,
expect, // expect,
actual // actual
}; };
} }

Loading…
Cancel
Save