Highcharter - add multiple text annotations
问题 I have a stacked column plot where I need a text annotation below each column. I only found a way to add one annotation. Adding a second annotation yields the error All arguments must be named list . Sadly, I have know clue how to use the hc_annotations function. Here is a little working example and code bits I tried: hc <- highchart() %>% hc_chart(type = "column") %>% hc_plotOptions(column = list(stacking = "normal")) %>% hc_title(text = "Plot with Annotations", useHTML = TRUE) %>% hc_yAxis