|
|
|
@ -83,14 +83,14 @@ public class VanChartCustomPlotLabelTabPane extends VanChartCustomPlotTabPane<Va
|
|
|
|
|
List<VanChartPlot> customPlotList = plot.getCustomPlotList(); |
|
|
|
|
for (int i = 0; i < paneList.size() && i < customPlotList.size(); i++) { |
|
|
|
|
ConditionAttr attrList = customPlotList.get(i).getConditionCollection().getDefaultAttr(); |
|
|
|
|
DataSeriesCondition attr = customPlotList.get(i).getAttrLabelFromConditionCollection(); |
|
|
|
|
if (attr != null) { |
|
|
|
|
attrList.remove(attr); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
VanChartPlotLabelPane labelPane = (VanChartPlotLabelPane) paneList.get(i); |
|
|
|
|
AttrLabel attrLabel = labelPane.update(); |
|
|
|
|
|
|
|
|
|
DataSeriesCondition attr = customPlotList.get(i).getAttrLabelFromConditionCollection(); |
|
|
|
|
if (attr != null) { |
|
|
|
|
attrList.remove(attr); |
|
|
|
|
} |
|
|
|
|
if (attrLabel != null) { |
|
|
|
|
attrList.addDataSeriesCondition(attrLabel); |
|
|
|
|
} |
|
|
|
|