Skip to content

Commit 66ab7fb

Browse files
table charts hyperlinking (#646)
* table charts hyperlinking
1 parent 050f723 commit 66ab7fb

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

source/chart-type-reference/data-table.txt

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,52 @@ The following customization options are specific to table charts.
104104
To see all available customization options, see
105105
:ref:`customize-charts`.
106106

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+
107153
.. _wrap-text-option:
108154

109155
Wrap Text
@@ -112,10 +158,16 @@ Wrap Text
112158
You can wrap text that does fit in a single data cell across multiple
113159
lines. This setting is off by default. To turn it on:
114160

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.
119171

120172
.. _pin-columns:
121173

0 commit comments

Comments
 (0)