File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed
source/chart-type-reference Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,36 @@ Wrap Text
108108~~~~~~~~~
109109
110110You can wrap text that does fit in a single data cell across multiple
111- lines.. This setting is off by default. To turn it on:
111+ lines. This setting is off by default. To turn it on:
112112
1131131. Select the :guilabel:`Customize` tab of the Chart Builder.
114114#. Expand the :guilabel:`Fields` section.
115115#. Select your desired field from the dropdown menu.
116116#. Toggle the :guilabel:`Wrap Text` switch to enable this feature.
117117
118+ .. _pin-columns:
119+
120+ Pin Columns
121+ ~~~~~~~~~~~
122+
123+ You can pin :guilabel:`Group` and :guilabel:`Row Total` columns to the
124+ side of the data table. A pinned column remains fixed in place while the
125+ rest of the table scrolls.
126+
127+ To pin a column, hover over the column you want to pin and click the
128+ :icon-fa5:`map-pin` button in the column header. The :icon-fa5:`map-pin`
129+ button toggles on and the column pins to the side of the data table:
130+
131+ - A :guilabel:`Group` column pins to the left of any unpinned
132+ columns.
133+ - The :guilabel:`Row Total` column pins to the right of any
134+ unpinned columns.
135+
136+ To unpin a column, click the :icon-fa5:`map-pin` button in the header of
137+ the column you want to unpin. The :icon-fa5:`map-pin` button toggles off
138+ and if the column is a :guilabel:`Group` column, it moves to the right
139+ of any pinned :guilabel:`Group` columns.
140+
118141Examples
119142--------
120143
Original file line number Diff line number Diff line change @@ -19,10 +19,21 @@ Builder </build-charts>`.
1919Behavior
2020--------
2121
22- When a user reorders data table columns and saves the
22+ When you reorder data table columns and save the
2323chart, |charts| saves the specified order as part of the chart
2424definition. All |charts-short| users will see the new column order.
2525
26+ Pinned Columns
27+ ~~~~~~~~~~~~~~
28+
29+ If you reorder a :guilabel:`Group` column in a data table that has
30+ :ref:`pinned columns <pin-columns>`, the following behaviors apply:
31+
32+ - If the column to the right of the destination is pinned,
33+ the reordered column is pinned.
34+ - If the column to the left of the destination is unpinned,
35+ the reordered column is unpinned.
36+
2637Procedure
2738---------
2839
You can’t perform that action at this time.
0 commit comments