hc_add_annotation {highcharter} | R Documentation |
Helper to add annotations from data frame or list
Description
Helper to add annotations from data frame or list
Usage
hc_add_annotation(hc, ...)
hc_add_annotations(hc, x)
Arguments
hc |
A |
... |
Arguments defined in https://api.highcharts.com/highcharts/annotations. |
x |
A |
Details
The x
elements must have xValue
and yValue
elements
[Package highcharter version 0.9.4 Index]