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 ?Â