Skip to content

hoardboard/highcharter

Repository files navigation

R wrapper for highcharts

travis-status codecov.io version downloads issues pr

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, factors, ts, mts, xts, stl, ohlc, acf, forecast, igraph, 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.

About

R wrapper for highcharts based on htmlwidgets

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 96.5%
  • JavaScript 1.8%
  • CSS 1.7%