You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:guilabel:`Fetch data using Atlas App Services` is enabled in your
185
+
:ref:`Authentication Provider Settings
186
+
<configure-auth-providers>`, your chart does not load data from
187
+
the server cache. Your ``maxDataAge`` embedding parameter still
188
+
dictates how often the chart refreshes, but the data source is
189
+
always queried on each render.
173
190
174
191
Refresh Failures
175
192
~~~~~~~~~~~~~~~~
176
193
177
-
When an automatic or manual refresh fails:
178
-
179
-
- |charts| displays the most recently rendered chart, including all of
180
-
the chart's interactive elements.
181
-
182
-
- If |charts| has never successfully rendered the chart, the following
183
-
message is displayed: ``Unable to load data``.
194
+
When an automatic or manual refresh fails, |charts| displays the most recently rendered chart, including all of the chart's interactive elements,
195
+
along with an error message that reads ``Last refresh failed``. If |charts| has never successfully rendered the chart, the error message instead reads ``Unable to load data``.
184
196
185
-
- |charts| displays the following error message at the bottom of the
186
-
chart: ``Last refresh failed``.
197
+
If you're viewing a chart that is rendered on an Authenticated Dashboard or embedded using an iframe or the SDK,
198
+
you can click the :guilabel:`Refresh` link in the error message to manually refresh the chart.
187
199
188
-
- If you're viewing the chart on an Authenticated Dashboard,
189
-
click the :guilabel:`failed` link in the error message to view
190
-
additional error details.
200
+
If you're viewing the chart on an Authenticated Dashboard,
201
+
click the :guilabel:`failed` link in the error message to view
202
+
additional error details.
191
203
192
-
.. note::
193
-
194
-
This link is not available when you view charts on a dashboard
195
-
from a public link or embedded using an iframe or the SDK.
204
+
.. note::
196
205
197
-
- The error message includes a :guilabel:`Refresh` link if the chart
198
-
is rendered on an authenticated dashboard or embedded using an
199
-
iframe or the SDK. Click the link to manually refresh the chart.
206
+
The :guilabel:`failed` link is not available when you view charts on a dashboard
207
+
from a public link or embedded using an iframe or the SDK.
0 commit comments