powered by
Shortcut to make spkarlines
hcspark(x = NULL, type = NULL, ...)
A numeric vector.
Type sparkline: line, bar, etc.
Additional arguments for the data series https://api.highcharts.com/highcharts/series.
# NOT RUN { set.seed(123) x <- cumsum(rnorm(10)) hcspark(x) hcspark(x, "columnn") hcspark(c(1, 4, 5), "pie") hcspark(x, type = "area") # }
Run the code above in your browser using DataLab