Skip to content
Snippets Groups Projects

Ajoute la CSG retraite

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