Skip to content
Snippets Groups Projects
Commit 0ab34d38 authored by François Grand's avatar François Grand
Browse files

fix: variated results graph: axis Y label not translated when changing langage setting

refs #586
parent 50b72f15
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!205Resolve "Traduction des résultats : tous les libellés ne sont pas modifiés quand on change de langue"
Pipeline #140192 passed
......@@ -182,6 +182,10 @@ export class ResultsChartComponent extends ResultsComponentDirective implements
}
public ngOnChanges() {
if (this._results instanceof VarResults) {
this._results.updateCalculatedParameterHeader();
}
// redessiner le graphique chaque fois qu'une entrée change
this.drawChart();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment