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
108
108
~~~~~~~~~
109
109
110
110
You 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:
112
112
113
113
1. Select the :guilabel:`Customize` tab of the Chart Builder.
114
114
#. Expand the :guilabel:`Fields` section.
115
115
#. Select your desired field from the dropdown menu.
116
116
#. Toggle the :guilabel:`Wrap Text` switch to enable this feature.
117
117
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
+
118
141
Examples
119
142
--------
120
143
Original file line number Diff line number Diff line change @@ -19,10 +19,21 @@ Builder </build-charts>`.
19
19
Behavior
20
20
--------
21
21
22
- When a user reorders data table columns and saves the
22
+ When you reorder data table columns and save the
23
23
chart, |charts| saves the specified order as part of the chart
24
24
definition. All |charts-short| users will see the new column order.
25
25
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
+
26
37
Procedure
27
38
---------
28
39
You can’t perform that action at this time.
0 commit comments