@@ -104,6 +104,52 @@ The following customization options are specific to table charts.
104
104
To see all available customization options, see
105
105
:ref:`customize-charts`.
106
106
107
+ .. _hyperlinking:
108
+
109
+ Hyperlinking
110
+ ~~~~~~~~~~~~
111
+
112
+ You can display your data as a hyperlink.
113
+
114
+ To display your data as a hyperlink:
115
+
116
+ .. procedure::
117
+ :style: normal
118
+
119
+ .. step:: Select the :guilabel:`Customize` tab of the Chart Builder.
120
+
121
+ .. step:: Expand the :guilabel:`Fields` section.
122
+
123
+ .. step:: In the :guilabel:`Hyperlinking` section, click :guilabel:`+ Add`.
124
+
125
+ .. step:: Enter your URI.
126
+
127
+ Your URI must:
128
+
129
+ - Start with ``http://``, ``https://``, ``mailto:``, or ``tel:``.
130
+ - Pass validation.
131
+
132
+ To embed encoded fields in your URI, use the ``@`` symbol
133
+ to display available fields.
134
+
135
+ .. step:: (Optional) Hide your column.
136
+
137
+ In the :guilabel:`Other Options` section, toggle :guilabel:`Hide Column` to :guilabel:`On`.
138
+
139
+ Hiding a column preserves the encoding of a field but omits the
140
+ column from the results.
141
+
142
+ To remove a hyperlink from your data:
143
+
144
+ .. procedure::
145
+ :style: normal
146
+
147
+ .. step:: Select the :guilabel:`Customize` tab of the Chart Builder.
148
+
149
+ .. step:: Expand the :guilabel:`Fields` section.
150
+
151
+ .. step:: In the :guilabel:`Hyperlinking` section, click :icon-fa5:`trash` for the hyperlink you want to remove.
152
+
107
153
.. _wrap-text-option:
108
154
109
155
Wrap Text
@@ -112,10 +158,16 @@ Wrap Text
112
158
You can wrap text that does fit in a single data cell across multiple
113
159
lines. This setting is off by default. To turn it on:
114
160
115
- 1. Select the :guilabel:`Customize` tab of the Chart Builder.
116
- #. Expand the :guilabel:`Fields` section.
117
- #. Select your desired field from the dropdown menu.
118
- #. Toggle the :guilabel:`Wrap Text` switch to enable this feature.
161
+ .. procedure::
162
+ :style: normal
163
+
164
+ .. step:: Select the :guilabel:`Customize` tab of the Chart Builder.
165
+
166
+ .. step:: Expand the :guilabel:`Fields` section.
167
+
168
+ .. step:: Select your desired field from the dropdown menu.
169
+
170
+ .. step:: Toggle the :guilabel:`Wrap Text` switch to enable this feature.
119
171
120
172
.. _pin-columns:
121
173
0 commit comments