Is there a way to create a filter in the dashboard

0
I am working with a dashboard and currently I have created multiple charts with the use of Anychart. However, a filter is required to display certain charts in once only, what can I do to add in this filter to choose the specific charts display in that page?
asked
2 answers
1

If you place the charts in a layoutgird with auto-fill, you can use dynamic classes on the column.

 

image.png

Assuming you have a Dashboard entity with a boolean called hidechart, your statement in the dynamic class would be if $currentObject/hidechart then 'hidden' else ''

Using the auto-fill will evenly spread the remaining charts in the row.

answered
0

Hi!

 

What are the filters that you want to apply?

Because it can either be visibility conditions or through some Xpaths that you can achieve this, but it solely depends upon what and how you're trying to filter the charts.

 

Regards

answered