Skip to content

Commit cc5fc87

Browse files
corryrootjeff-allen-mongo
authored andcommitted
(DOCSP-15169): As a follow-on to DOCSP-14932, I added Table and JSON subsections with interaction info and notes. (#461)
* (DOCSP-15159): As a follow-on to DOCSP-14932, I added a Table and JSON subsections with interaction info and notes. * (DOCSP-15169): Incorporated Kanchana's feedback. * (DOCSP-15169): Incorporated Tom's feedback.
1 parent c99ce0f commit cc5fc87

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ enc-channel = ":ref:`encoding channel <encoding-channels>`"
2929
aws = ":abbr:`AWS (Amazon Web Services)`"
3030
gcp = ":abbr:`GCP (Google Cloud Platform)`"
3131
html = ":abbr:`HTML (HyperText Markup Language)`"
32+
json = ":abbr:`JSON (Javascript Object Notation)`"
3233
jwt = ":abbr:`JWT (JSON Web Token)`"
3334
cloud-svc = "Cloud"
3435
css = ":abbr:`CSS (Cascading Style Sheets)`"

source/interact-with-charts.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,29 @@ right-click on the chart element and select
124124
:guilabel:`Show data for this item` from the context menu. You can
125125
switch between the :guilabel:`Table` view and :guilabel:`JSON` view.
126126

127+
Interact with Data in the Table View
128+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129+
130+
Chart viewers with Author or Owner :ref:`data source permissions
131+
<permission-model>` can resize and swap columns in the table view.
132+
Changes do not persist. Each column has a maximum width.
133+
134+
.. note::
135+
136+
The dialog for the :guilabel:`Table` view displays a maximum of
137+
1,000 rows.
138+
139+
Interact with Data in the JSON View
140+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141+
142+
Chart viewers with Author or Owner :ref:`data source permissions
143+
<permission-model>` can expand or collapse sections of the |json|
144+
document.
145+
127146
.. note::
128147

129-
The dialog displays a maximum of 100 documents only.
148+
The dialog for the :guilabel:`JSON` view displays a maximum of
149+
100 documents only.
130150

131151
Copy and Save a Chart as an Image
132152
---------------------------------

0 commit comments

Comments
 (0)