Skip to content
Snippets Groups Projects
Commit 67ba8dc1 authored by sandcha's avatar sandcha
Browse files

Fix table's columns order by setting plf before amendement

parent 4d3fa851
No related branches found
No related tags found
1 merge request!2Ajoute la CSG retraite
Pipeline #1996 passed
......@@ -204,17 +204,18 @@
dataJson.result.plf.quantiles[i][variable] !== undefined &&
dataJson.result.plf.quantiles[i][variable]
}
// order of barsValues is the order of the table's columns below the histogram
barsValues = {
...{
base: adaptPositiveFloatValue(histogramQuantileBase),
},
...{
plf: adaptPositiveFloatValue(histogramQuantilePlf),
},
...{
amendement: adaptPositiveFloatValue(
histogramQuantileAmendement,
),
...{
plf: adaptPositiveFloatValue(histogramQuantilePlf),
},
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment