Skip to content
Snippets Groups Projects

Ajoute la CSG retraite

Open
sandcharequested to merge
add-csg-retraite into master
2 open threads
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -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),
},
},
}
Loading