@@ -88,6 +88,9 @@ To configure auto-refresh settings for a dashboard:
88
88
Manually Refresh Dashboard Data
89
89
```````````````````````````````
90
90
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
+
91
94
To manually refresh dashboard data:
92
95
93
96
1. Select a dashboard from the :guilabel:`Dashboards` page.
@@ -96,26 +99,33 @@ To manually refresh dashboard data:
96
99
97
100
#. Click :guilabel:`Force Refresh`.
98
101
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
+
99
116
Refresh Behavior
100
117
````````````````
101
118
102
119
- When |charts-short| refreshes dashboard data, only charts with data
103
120
older than your specified staleness tolerance are refreshed.
104
121
|charts-short| does not refresh the entire dashboard at once.
105
122
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
109
124
110
125
- When |charts| loads charts on a dashboard, it does not consistently
111
126
query the data source for each chart. Instead, |charts| queries the
112
127
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.
119
129
120
130
- When a dashboard refreshes automatically:
121
131
@@ -129,8 +139,8 @@ Refresh Behavior
129
139
data cached on both the client and server.
130
140
131
141
- 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.
134
144
135
145
136
146
Author Actions
0 commit comments