|
|
@ -112,14 +112,12 @@ public class EffectItemGroup { |
|
|
|
initChartEditorByChartCollection(chartCollection, cellSourceNode); |
|
|
|
initChartEditorByChartCollection(chartCollection, cellSourceNode); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void initChartEditor() { |
|
|
|
private void initChartEditor() { |
|
|
|
ChartEditor editor = (ChartEditor) this.widget; |
|
|
|
ChartEditor editor = (ChartEditor) this.widget; |
|
|
|
ChartCollection chartCollection = (ChartCollection) editor.getChartCollection(); |
|
|
|
ChartCollection chartCollection = (ChartCollection) editor.getChartCollection(); |
|
|
|
initChartEditorByChartCollection(chartCollection, null); |
|
|
|
initChartEditorByChartCollection(chartCollection, null); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void initChartEditorByChartCollection(ChartCollection chartCollection, SourceNode sourceNode) { |
|
|
|
private void initChartEditorByChartCollection(ChartCollection chartCollection, SourceNode sourceNode) { |
|
|
|