I have 3 different json files chart1.json, chart2.json, chart3.json. All the jsons have different data structure and one of the key that is required from the jsons is "timestamps","fieldname" and "statename" respectively and need to be put into a varibale called "category" which will be viewed on html for 3 diffrent charts.Like 3 diffrent charts will have 3 categories "timestamp",fieldname" and "statename".
I need to do this with one chartcontroller.
Is making 3 diffrent calls to these json files is the only way??