I have a chart on a custom view with a time series (x) and a geographic series as a stack. The visual uses the ctx context to change as per the filtered dataset. How can I stop the chart widget from reacting when a filter is made to the time series but still react when changing other filters?
<ods-dataset-context context="changeininvestmentswmca" changeininvestmentswmca-dataset="change-in-investments-wmca" changeininvestmentswmca-parameters="{'disjunctive.areaidentifier':true,'disjunctive.arealabel':true,'disjunctive.periodlabel':true}">
<ods-chart scientific-display="false" align-month="true">
<ods-chart-query context="changeininvestmentswmca" field-x="periodlabel" maxpoints="50" series-breakdown="arealabel">
<ods-chart-serie expression-y="value" chart-type="line" function-y="SUM" color="range-custom" scientific-display="true">
</ods-chart-serie>
</ods-chart-query>
</ods-chart>
</ods-dataset-context>
Auto-translation 🪄
J'ai un graphique sur une vue personnalisée avec une série chronologique (x) et une série géographique sous forme de pile. Le visuel utilise le contexte ctx pour changer en fonction de l'ensemble de données filtré. Comment puis-je empêcher le widget graphique de réagir lorsqu'un filtre est appliqué à la série chronologique, mais de réagir quand même lorsque j'ai modifié d'autres filtres ?