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
You could put all reused filters in an array once at the root, the extra ones inside the entity and then load them via filters: $ex [...get('reused_filters'), ...get('.extra_filters')] (note the dot on extra_filters, which makes it relative to that part of the yaml)
does not seem to work. The filters member seems correctly computed and passed to plotly itself (as any member of data would be), but it looks like it does not influence plotly-graph-card, in that the filters themselves are not evaluated.
The text was updated successfully, but these errors were encountered:
You could put all reused filters in an array once at the root, the extra ones inside the entity and then load them via
filters: $ex [...get('reused_filters'), ...get('.extra_filters')]
(note the dot on extra_filters, which makes it relative to that part of the yaml)This does not seem to work. In fact, even using
does not seem to work. The
filters
member seems correctly computed and passed to plotly itself (as any member ofdata
would be), but it looks like it does not influenceplotly-graph-card
, in that the filters themselves are not evaluated.The text was updated successfully, but these errors were encountered: