2323 noCriteriaLimits = FALSE ,
2424 animated = TRUE ,
2525 sidePanel = ' collapsed' ,
26+ hierarchyIndicator = TRUE ,
2627 summaryHeader = TRUE ,
2728 overviewMode = FALSE ,
2829 expandLineOnHover = FALSE ,
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 ,
0 commit comments