In the view.js , you're overriding the model with new data. To access the data that you set in controller you can do,
var oData = oChartModel.getData(); console.log(oData);
Check the data in the console. Do this before you override the model.
Regards
Sakthivel