|
|
|
@ -93,6 +93,10 @@ public class VanChartCustomPlotConditionAttrTabPane extends VanChartCustomPlotTa
|
|
|
|
|
CustomPlotType plotType = CustomPlotFactory.getCustomType(chartPlot); |
|
|
|
|
VanChartRichEditorPane.refreshCustomChartTableFieldNames(chart, plotType); |
|
|
|
|
ColSelectedWithSummaryMethodEditor.refreshCustomChartTableFieldNames(chart, plotType); |
|
|
|
|
JPanel selectedPane = paneList.get(index); |
|
|
|
|
if (chart != null && chartPlot != null && selectedPane instanceof VanChartConditionAttrPane) { |
|
|
|
|
((VanChartConditionAttrPane) selectedPane).populateBean(chartPlot); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|