Your bar chart reveals the locations that produce the highest-rated chocolate bars. to get a better idea of the specific rating for each location, youd like to highlight each bar. assume that you are working with the code chunk: ggplot(data = best_trimmed_flavors_df) geom_bar(mapping = aes(x = company.location)) add a code chunk to the second line of code to map the aesthetic alpha to the variable rating. note: the three dots (...) indicate where to add the code chunk. 1 geom_bar(mapping = aes(x = company.location, ...)) reset according to your bar chart, which two company locations produce the highest rated chocolate bars?
a. u.s.a. and france
b. canada and amsterdam
c. canada and france
d. scotland and amsterdam