Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datasketch/hgchmagic
https://github.com/datasketch/hgchmagic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datasketch/hgchmagic
- Owner: datasketch
- License: other
- Created: 2016-11-30T13:48:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T22:35:44.000Z (about 1 year ago)
- Last Synced: 2024-06-05T02:33:42.111Z (5 months ago)
- Language: R
- Homepage: https://datasketch.github.io/hgchmagic/
- Size: 3.05 MB
- Stars: 3
- Watchers: 7
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - datasketch/hgchmagic - (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# hgchmagic
hgchmagic is a wrapper for highcharter R package. With hgchmagic you can provide more info in form of list and improve your visualizations.
The type of charts supported by hgchmagic are:
- `hgch_bar()`
- `hgch_line()`
- `hgch_scatter()`
- `hgch_treemap()`
- `hgch_donut()`
- `hgch_pie()`
- `hgch_sankey()`Everyone of them assist user with different treatment regarding data variable types. For example, for charts where categorical variables are involved, you can use:
- `hgch_bar_Cat()`
- `hgch_line_CatCat()`
- `hgch_scatter_CatDatNum()`
## Installation
You can install the development version of hgchmagic like so:
``` r
# install.packages("devtools")
remotes::install_github("datasketch/hgchmagic")
```## How to start
hgchmagic offers a several number of functions for interactive visualization. Check this article or run `vignette("hgchmagic)` to see how hgchmagic works.
## Licence
hgchmagic depends on highcharter which is a wrapper for highcharts, a commercial JavaScript charting library. Highcharts offers both a commercial license as well as a free non-commercial license. Please review the licensing options and terms before using this software, as the highcharter license neither provides nor implies a license for Highcharts.
Highcharts (https://highcharts.com) is a Highsoft product which is not free for commercial and Governmental use.