-
thanks for making this available!
http://jkunst.com/highcharter/shortcuts.html points to hc_add_series_df,
however this is available in the dev version, not in the cran version.
ghost updated
8 years ago
-
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
…
-
Hi!
I use a custom css style in a flexdashboard document:
```
...
.navbar-brand {
font-family: 'Pokemon';
color: "#3662AC";
}
...
```
The font family is applied but no the color.
![scree…
-
The combination of RColorBrewer with parcoords and (new) page leads to a blank parcoords chart - sometimes. It's hard to reproduce because it is so irregular (regular enough to pull your hairs out). I…
ghost updated
8 years ago
-
Hi, I was hoping to see some highcharts in Trelliscope, but alas this doesn't work for me (no plot rendered):
```
ddo = ddo(lapply(as.list(1:10), function(i) list(k=i, v=i)))
library(magrittr)
librar…
-
Conflict with library(PBSmodelling) - loading crashes R.
(PBSmodelling is useful for unpacking a complete R session with unpackList() ).
```
library(highcharter)
data(diamonds, package = "ggplot2")
…
ghost updated
8 years ago
-
ERROR: dependencies ‘purrr’, ‘viridisLite’ are not available for package ‘highcharter’
-
The bars overlap.
Also doesn't handle well values below 1.
Here is a simple code to reproduce the problem
`hchart(10**rnorm(1000)) %>% hc_xAxis(type = "logarithmic")`
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/nuno-agostinho/psichomics
Confirm the following by edit…
-
The following, with data of length 1, does not work:
``` R
highchart() %>% hc_chart(type = "bar") %>% hc_add_series(data = 1)
```
The following, with data of length 2, does work:
``` R
highchart() …