-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sparklines] Add functionality to add multiple sparklines as a group. (…
…#1205) * Add functionality to add multiple sparklines as a group. * Add a direction= argument to create_sparkline * Add helper functions split_dims and split_dim * Fix. Revert the whitespace change. * Fix. Move `direction=` to the end of arguments list to avoid any breaking changes. * Refactor. Use vapply instead of Map. * Apply suggestions from code review - Add refactored split_dims and split_dim Co-authored-by: Jan Marvin Garbuszus <[email protected]> * Make `NULL` the default for `direction=`. * split_dims gains a `preserve_single=` argument to preserve a single row or column cell range. * Update docs to explain the behaviour when `direction=NULL`. * Add NEWS entry. Add SMG to authors. * [misc] cleanups
- Loading branch information
Showing
5 changed files
with
293 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ Renaud | |
Sebastian Jeworutzki | ||
shaesen2 | ||
shrektan | ||
Stefan Moog | ||
Terrence Kunstek | ||
tobwen | ||
Tomasz Kalinowski | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.