Skip to content

Commit d28b1e0

Browse files
(DOCSP-10105): Manually refresh a single chart (#343)
* (DOCSP-10105): Manually refresh a single chart * small tweak
1 parent 0183745 commit d28b1e0

File tree

3 files changed

+37
-16
lines changed

3 files changed

+37
-16
lines changed

source/dashboard-permissions.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,17 @@ following dashboard permissions are available:
3636

3737
``Viewers`` cannot make any modifications to the dashboard.
3838

39-
- Filter dashboards based on available fields.
39+
- Filter dashboards based on available fields.
40+
41+
- Configure auto-refresh settings and manually refresh dashboard
42+
data.
43+
44+
.. note::
45+
46+
.. include:: /includes/fact-auto-refresh-persistence.rst
4047

4148
* - Author
42-
- Can perform the following actions:
49+
- Has all privileges of ``Viewer`` and can also:
4350

4451
- Add, modify, and delete charts,
4552
- :ref:`Add <add-dashboard-filters>`,
@@ -52,9 +59,11 @@ following dashboard permissions are available:
5259
- Rename the dashboard.
5360

5461
* - Owner
55-
- Has all privileges of ``Author`` and can also
56-
:ref:`manage permissions <dashboard-permissions>` on the
57-
dashboard and :ref:`delete the dashboard <dashboard-delete>`.
62+
- Has all privileges of ``Author`` and can also:
63+
64+
- :ref:`Manage permissions <dashboard-permissions>` on the
65+
dashboard
66+
- :ref:`Delete the dashboard <dashboard-delete>`.
5867

5968
The creator of the dashboard automatically has the
6069
``Owner`` permission. The creator cannot be removed from the
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Auto-refresh settings are stored in the local browser state. These
2+
settings are not persisted with the dashboard or shared between users.

source/manage-dashboards.txt

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ To configure auto-refresh settings for a dashboard:
8888
Manually Refresh Dashboard Data
8989
```````````````````````````````
9090

91+
Manually refresh dashboard data to requery the data sources for all
92+
charts on your dashboard and render those charts with the latest data.
93+
9194
To manually refresh dashboard data:
9295

9396
1. Select a dashboard from the :guilabel:`Dashboards` page.
@@ -96,26 +99,33 @@ To manually refresh dashboard data:
9699

97100
#. Click :guilabel:`Force Refresh`.
98101

102+
Manually Refresh a Single Chart
103+
```````````````````````````````
104+
105+
Manually refresh a single chart to only requery the data source for that
106+
chart and render that chart with the latest data.
107+
108+
To manually refresh a single chart:
109+
110+
1. Select a dashboard from the :guilabel:`Dashboards` page.
111+
112+
#. Click the arrow next to the :guilabel:`Settings` button.
113+
114+
#. Click :guilabel:`Force Refresh`.
115+
99116
Refresh Behavior
100117
````````````````
101118

102119
- When |charts-short| refreshes dashboard data, only charts with data
103120
older than your specified staleness tolerance are refreshed.
104121
|charts-short| does not refresh the entire dashboard at once.
105122

106-
- Auto-refresh settings are stored in the local browser state. These
107-
settings are not persisted with the dashboard or shared between
108-
users.
123+
- .. include:: /includes/fact-auto-refresh-persistence.rst
109124

110125
- When |charts| loads charts on a dashboard, it does not consistently
111126
query the data source for each chart. Instead, |charts| queries the
112127
data sources when the dashboard first loads, and that data is cached
113-
on both the client and server.
114-
115-
.. note::
116-
117-
The data stored in the cache is encrypted with a key specific to
118-
your |charts| tenant.
128+
on both the client and server.
119129

120130
- When a dashboard refreshes automatically:
121131

@@ -129,8 +139,8 @@ Refresh Behavior
129139
data cached on both the client and server.
130140

131141
- When you manually refresh a dashboard, |charts-short| updates all
132-
chart data by querying the data source for the latest data even if
133-
the chart data is within the specified staleness tolerance period.
142+
chart data by querying the data source for the latest data even if the
143+
chart data is within the specified staleness tolerance period.
134144

135145

136146
Author Actions

0 commit comments

Comments
 (0)