Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highcharts version for common plots #99

Closed
7 of 11 tasks
jbkunst opened this issue May 12, 2016 · 0 comments
Closed
7 of 11 tasks

highcharts version for common plots #99

jbkunst opened this issue May 12, 2016 · 0 comments
Milestone

Comments

@jbkunst
Copy link
Owner

jbkunst commented May 12, 2016

The mayority will be wrapper of hchart, but this will add explicity for the charts what we want to do.

  • hcboxplot: wrapper of hc_add_series_boxplot
  • hcwaffle: Rename hchar_waffle to hcwaffle
  • hcbar: assert_that(is.character(x) | is.factor(x)); hchart(x)
  • hcpie: assert_that(is.character(x) | is.factor(x)); hchart(x, type = "pie") 😈 👊
  • hchist: assert_that(is.numeric(x)); hchart(x)
  • hcdensity: By @nuno-agostinho
  • hcts: hchart(ts(x))

the next function are not consider to the milestone v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant