@ -103,7 +103,13 @@ public class NormalChartDataPane extends DataContentsPane {
reportDataPane.refreshContentPane(collection);
tableDataPane.refreshContentPane(collection);
if(collection != null && collection.getSelectedChart().getFilterDefinition() == null) {
reportDataPane.populateBean(collection);
tableDataPane.populateBean(collection);
} else {
dataPane.populateBean(collection);
}
this.initAllListeners();
this.addAttributeChangeListener(listener);