Skip to main content
Sign in
Snippets Groups Projects

Ajoute la CSG retraite

Open
sandcharequested to merge
add-csg-retraite into master
2 open threads
2 files
+ 35
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -19,7 +19,8 @@
@@ -19,7 +19,8 @@
"csg_deductible_retraite",
"csg_deductible_retraite",
]
]
export let csgResponseJson: ApiResponse | undefined = undefined
export let csgActiviteResponseJson: ApiResponse | undefined = undefined
 
export let csgRetraiteResponseJson: ApiResponse | undefined = undefined
export let updateImpact: boolean = false
export let updateImpact: boolean = false
</script>
</script>
@@ -27,14 +28,14 @@
@@ -27,14 +28,14 @@
<HistogramPane
<HistogramPane
title={CSG_ACTIVITE_TITLE}
title={CSG_ACTIVITE_TITLE}
description={CSG_HISTOGRAM_SUBTITLE}
description={CSG_HISTOGRAM_SUBTITLE}
dataJson={csgResponseJson}
dataJson={csgActiviteResponseJson}
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE}
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE}
updatingHistogram={updateImpact}
updatingHistogram={updateImpact}
/>
/>
<HistogramPane
<HistogramPane
title={CSG_RETRAITE_TITLE}
title={CSG_RETRAITE_TITLE}
description={CSG_HISTOGRAM_SUBTITLE}
description={CSG_HISTOGRAM_SUBTITLE}
dataJson={csgResponseJson}
dataJson={csgRetraiteResponseJson}
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE}
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE}
updatingHistogram={updateImpact}
updatingHistogram={updateImpact}
/>
/>
Loading