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 project is archived. Its data is
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
Thread options
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
Thread options
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
31581b8c
Prev
Next
Show latest version
1 file
+
7
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
31581b8c
Move CSG histograms together before image on impact pane
· 31581b8c
sandcha
authored
Dec 3, 2021
src/lib/components/budget/ImpactPane.svelte
+
7
−
8
View file @ 31581b8c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -31,6 +31,13 @@
@@ -31,6 +31,13 @@
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE
}
updatingHistogram=
{
updateImpact
}
updatingHistogram=
{
updateImpact
}
/>
/>
<HistogramPane
title=
{
CSG_RETRAITE_TITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
dataJson=
{
csgResponseJson
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE
}
updatingHistogram=
{
updateImpact
}
/>
<!-- image CSG totale -->
<!-- image CSG totale -->
<div
<div
class=
"text-gray-700 flex-col shadow-md rounded bg-white col-span-2 border-8 border-le-bleu-light"
class=
"text-gray-700 flex-col shadow-md rounded bg-white col-span-2 border-8 border-le-bleu-light"
@@ -61,12 +68,4 @@
@@ -61,12 +68,4 @@
alt=
{
CSG_IMAGE_TITLE
}
alt=
{
CSG_IMAGE_TITLE
}
/>
/>
</div>
</div>
<HistogramPane
title=
{
CSG_RETRAITE_TITLE
}
description=
{
CSG_HISTOGRAM_SUBTITLE
}
dataJson=
{
csgResponseJson
}
variablesToDraw=
{
HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE
}
updatingHistogram=
{
updateImpact
}
/>
</section>
</section>
Loading