How can load external data and represents them as a bar chart? JSON file File name is mydata.json [ {"name":"maria", "age":30}, {"name":"fred", "age":50}, {"name":"francis", "age":10} ] HTML document Result Each bar represents the age of each person from mydata.json.