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