R wrapper for highcharts. highcharter
bring all the highcharts capabilites
so it is recommended know how highcharts API works to take a major advantage of
this package. You can look some demos charts
and explore chart types, syntax and all what highcharts can do.
- Various chart type with the same style: scatters, bubble, line, time series, heatmaps, treemap, bar charts, networks.
- Chart various R object with one function.
With
hchart(x)
you can chart: data.frames, numeric, histogram, character, density, factors, ts, mts, xts, stl, ohlc, acf, forecast, mforecast, ets, igraph, dist, dendrogram, phylo, survfit classes. - 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.
- Piping styling.
- Themes: you configurate your chart in multiples ways. There are implemented themes like economist, financial times, google, 538 among others.
- Plugins: motion, drag points, fontawesome, url-pattern, annotations.
- <3 to Highcharts.com
- 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.
The libraries are available under different licenses depending on whether it is intended for commercial/government use, or for a personal or non-profit project.
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.