We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @jbkunst, I tried to add some text to a plot using the function hc_annotations with no success. I recreated the example given in http://www.highcharts.com/plugin-registry/single/17/Annotations
hc_annotations
library(highcharter) highchart() %>% hc_chart(renderTo="container") %>% hc_series(list(data=c(29.9, 71.5, 106.4, 129.2, 144.0, 176.0))) %>% hc_annotations(list(xValue=4, yValue=125, title=list(text="Annot")))
The plot works fine but it doesn't show the text annotation. See the result of running this code in here: http://rpubs.com/nuno-agostinho/182157
The text was updated successfully, but these errors were encountered:
6435eef
@nuno-agostinho
Ups! Fixed! Thanks!
Sorry, something went wrong.
No branches or pull requests
Hey @jbkunst, I tried to add some text to a plot using the function
hc_annotations
with no success. I recreated the example given in http://www.highcharts.com/plugin-registry/single/17/AnnotationsThe plot works fine but it doesn't show the text annotation. See the result of running this code in here: http://rpubs.com/nuno-agostinho/182157
The text was updated successfully, but these errors were encountered: