|
|
@ -135,8 +135,10 @@ public class VanChartStructureSeriesPane extends VanChartAbstractPlotSeriesPane |
|
|
|
protected void updateCondition(ConditionAttr defaultAttr){ |
|
|
|
protected void updateCondition(ConditionAttr defaultAttr){ |
|
|
|
if(nodeStylePane != null){ |
|
|
|
if(nodeStylePane != null){ |
|
|
|
AttrNode attrNode =defaultAttr.getExisted(AttrNode.class); |
|
|
|
AttrNode attrNode =defaultAttr.getExisted(AttrNode.class); |
|
|
|
|
|
|
|
if (attrNode != null) { |
|
|
|
defaultAttr.remove(attrNode); |
|
|
|
defaultAttr.remove(attrNode); |
|
|
|
defaultAttr.addDataSeriesCondition(nodeStylePane.updateBean()); |
|
|
|
defaultAttr.addDataSeriesCondition(nodeStylePane.updateBean()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|