highcharter
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.
Resources
- 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.
Why highcharter?
- Various chart type with the same style (scatters, time series, heatmaps, treemap, bar charts, more coming soon).
- 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, dist classes. - Themes: Add themes, merge themes or create your own.
- Plugins: Drag points, fontawesome, url-pattern.
- <3 to Highcharts.com
Licence
Highcharter is licensed under the MIT License. However, highcharts.com is licensed under their own terms. Highcharts is free for personal or non profit projects under the Creative Commons Attribution-NonCommercial 3.0 License.
Code of Conduct
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.