Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-budget-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leximpact
leximpact-budget-ui
Merge requests
!2
Ajoute la CSG retraite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Ajoute la CSG retraite
add-csg-retraite
into
master
Overview
6
Commits
21
Pipelines
9
Changes
1
2 open threads
Hide all comments
Open
Ajoute la CSG retraite
sandcha
requested to merge
add-csg-retraite
into
master
Dec 3, 2021
Overview
6
Commits
21
Pipelines
9
Changes
1
2 open threads
Hide all comments
Fixes
#3 (closed)
Ajoute l'histogramme de CSG retraite
Met à jour le camembert qui inclut la CSG retraite dans le périmètre de l'application
Edited
Dec 3, 2021
by
sandcha
0
0
Merge request reports
Viewing commit
67ba8dc1
Prev
Next
Show latest version
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
67ba8dc1
Fix table's columns order by setting plf before amendement
· 67ba8dc1
sandcha
authored
Dec 16, 2021
src/lib/components/budget/HistogramPane.svelte
+
4
−
3
View file @ 67ba8dc1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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