R wrapper for highcharts
It is a must know how highcharts
api works to take advantage of this package. I invited you to look some demos charts and explore chart types, syntax and all what highcharts can do.
- Official package website: http://jkunst.com/highcharter/.
- Replicating Highcharts Demos: https://cran.rstudio.com/web/packages/highcharter/vignettes/replicating-highcharts-demos.html
- CRAN site https://cran.r-project.org/web/packages/highcharter/.
- Shiny demo code https://github.com/jbkunst/shiny-apps/tree/master/highcharter.
- Various chart type with the same style: scatters, bubble, line, time series, heatmaps, treemap, bar charts, networks.
- Piping styling.
- Support Highstock charts. You can create a candlestick charts in 2 lines of code. Support
xts
objects from the quantmod package. - Support Highmaps charts. It's easy to create choropleths or add information in geojson format.
- Chart various R object with one function. With
hchart(x)
you can chart: numeric, histograms, character, factors, ts, mts, xts, stl, ohlc, acf, forecast, mforecast, ets, igraph, dist, dendrogram, phylo, survfit classes. - Themes: Add themes, merge themes or create your own.
- Plugins: motion, drag points, fontawesome, url-pattern.
- <3 to Highcharts.com
Highcharts (http://highcharts.com) is a Highsoft product which is not free for commercial and Governmental use.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.