/highcharter

R wrapper for highcharts based on htmlwidgets

Primary LanguageJavaScriptOtherNOASSERTION

R wrapper for highcharts

travis-status version downloads

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

Why 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, density, factors, ts, mts, xts, stl, ohlc, acf, forecast, mforecast, ets, igraph, dist, dendrogram, phylo, survfit classes.
  • Themes: Add lot fo themes. Some of them are economist, financial times, google, 538. Or you just can create your own.
  • Plugins: motion, drag points, fontawesome, url-pattern, annotations.
  • <3 to Highcharts.com

Licence

Highcharts (http://highcharts.com) is a Highsoft product which is not free for commercial and Governmental use.

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.