Skip to content

Commit 2216e50

Browse files
committed
update to lineupjs 3.1
1 parent 85fe65b commit 2216e50

File tree

7 files changed

+250
-70
lines changed

7 files changed

+250
-70
lines changed

R/lineup.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
noCriteriaLimits = FALSE,
2424
animated = TRUE,
2525
sidePanel = 'collapsed',
26+
hierarchyIndicator = TRUE,
2627
summaryHeader = TRUE,
2728
overviewMode = FALSE,
2829
expandLineOnHover = FALSE,
@@ -101,6 +102,7 @@
101102
#' \item{noCriteriaLimits}{allow more than one sort and grouping criteria (default: FALSE)}
102103
#' \item{animated}{use animated transitions (default: TRUE)}
103104
#' \item{sidePanel}{show side panel (TRUE, FALSE, 'collapsed') (default: 'collapsed')}
105+
#' \item{hierarchyIndicator}{show sorting and grouping hierarchy indicator (TRUE, FALSE) (default: TRUE)}
104106
#' \item{summaryHeader}{show summary histograms in the header (default: TRUE)}
105107
#' \item{overviewMode}{show overview mode in Taggle by default (default: FALSE)}
106108
#' \item{expandLineOnHover}{expand to full row height on mouse over (default: FALSE)}
@@ -129,6 +131,7 @@ lineup = function(data,
129131
noCriteriaLimits = FALSE,
130132
animated = TRUE,
131133
sidePanel = 'collapsed',
134+
hierarchyIndicator = TRUE,
132135
summaryHeader = TRUE,
133136
overviewMode = FALSE,
134137
expandLineOnHover = FALSE,
@@ -154,6 +157,7 @@ lineup = function(data,
154157
#' \item{noCriteriaLimits}{allow more than one sort and grouping criteria (default: FALSE)}
155158
#' \item{animated}{use animated transitions (default: TRUE)}
156159
#' \item{sidePanel}{show side panel (TRUE, FALSE, 'collapsed') (default: 'collapsed')}
160+
#' \item{hierarchyIndicator}{show sorting and grouping hierarchy indicator (TRUE, FALSE) (default: TRUE)}
157161
#' \item{summaryHeader}{show summary histograms in the header (default: TRUE)}
158162
#' \item{overviewMode}{show overview mode in Taggle by default (default: FALSE)}
159163
#' \item{expandLineOnHover}{expand to full row height on mouse over (default: FALSE)}
@@ -182,6 +186,7 @@ taggle = function(data,
182186
noCriteriaLimits = FALSE,
183187
animated = TRUE,
184188
sidePanel = 'collapsed',
189+
hierarchyIndicator = TRUE,
185190
summaryHeader = TRUE,
186191
overviewMode = FALSE,
187192
expandLineOnHover = FALSE,

inst/htmlwidgets/dist/010162b94ce843544a647e173019594b.svg renamed to inst/htmlwidgets/dist/31c934da3d9a31c86731cccabbb212f4.svg

Lines changed: 30 additions & 0 deletions
Loading

inst/htmlwidgets/dist/LineUpJS.css

Lines changed: 207 additions & 62 deletions
Large diffs are not rendered by default.

inst/htmlwidgets/dist/LineUpJS.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/lineup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: lineupjs
3-
version: 3.0.1
3+
version: 3.1.0
44
src: htmlwidgets/dist
55
script:
66
- LineUpJS.js

0 commit comments

Comments
 (0)