[Bug #1206] Add event listeners for checkboxes in the legend of the earned value chart.
When code was rewritten to perform the load of the chart only when it's opened,
event listeners for checkboxes were removed by mistake (that happened on commit
38fd09db85).
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
22d8b7aad7
commit
5688d536bf
1 changed files with 2 additions and 1 deletions
|
|
@ -358,7 +358,8 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
|
||||
appendEarnedValueChartAndLegend(earnedValueTabpanel, chartEarnedValueTimeplot, earnedValueChartFiller);
|
||||
appendTab(chartComponent, earnedValueTabpanel);
|
||||
setupChart(chartEarnedValueTimeplot, earnedValueChartFiller, planner);
|
||||
Chart chart = setupChart(chartEarnedValueTimeplot, earnedValueChartFiller, planner);
|
||||
setEventListenerConfigurationCheckboxes(chart);
|
||||
|
||||
Writer out = new StringWriter();
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue