in widgets/agile-charts/src/app/burn-down-chart.js [35:42]
componentWillReceiveProps(props) {
if (props.reportData || props.dateNoYearPattern || props.datePattern) {
this.setState(
{reportData: props.reportData},
() => this.drawBarChart()
);
}
}