i want to add a total or a sum of y in tooltip
here is my example :
ga=gapminder %>% group_by(year,continent) %>% summarise(pop=sum(pop))