Skip to content

Commit b84fc17

Browse files
committed
(DOCSP-22412): Updated the setFilter content.
1 parent 2e9673a commit b84fc17

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

source/embedded-chart-options.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,16 @@ a variety of options. Options are available to charts embedded with the
216216

217217
* - ``setFilter(filter: object)``
218218
- 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`
223224
list in the ``Embed Chart`` modal window.
224225
An empty document {} is equivalent to no filter.
225226

226-
See the :ref:`Embedding Tutorials <embedding-tutorials>` for
227+
See the :ref:`Embedding Tutorials
228+
<embedding-tutorials>` for
227229
more information about enabling embedding for a chart
228230
and allowing fields for filter use.
229231

source/filter-embedded-charts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ with the |charts-short| Embedding SDK.
2323

2424
- :ref:`embedding-charts`
2525

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>`.
2828

2929
.. _specify-filter-fields:
3030

0 commit comments

Comments
 (0)