File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -216,14 +216,16 @@ a variety of options. Options are available to charts embedded with the
216
216
217
217
* - ``setFilter(filter: object)``
218
218
- Applies a :ref:`query filter <filter-embedded-charts>`
219
- to the embedded chart. This method expects an object
220
- that contains valid query operators. Any fields
221
- referenced in this filter must be added to the
222
- :guilabel:`User Specified Filters`
219
+ to the embedded chart or chart within an
220
+ :ref:`embedded dashboard <embedding-dashboards>`. This
221
+ method expects an object that contains valid query
222
+ operators. Any fields referenced in this filter must be
223
+ added to the :guilabel:`User Specified Filters`
223
224
list in the ``Embed Chart`` modal window.
224
225
An empty document {} is equivalent to no filter.
225
226
226
- See the :ref:`Embedding Tutorials <embedding-tutorials>` for
227
+ See the :ref:`Embedding Tutorials
228
+ <embedding-tutorials>` for
227
229
more information about enabling embedding for a chart
228
230
and allowing fields for filter use.
229
231
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ with the |charts-short| Embedding SDK.
23
23
24
24
- :ref:`embedding-charts`
25
25
26
- You can filter only embedded charts. You can't filter charts on
27
- embedded dashboards.
26
+ You can filter embedded charts and charts on
27
+ :ref:` embedded dashboards <embedding-dashboards>` .
28
28
29
29
.. _specify-filter-fields:
30
30
You can’t perform that action at this time.
0 commit comments