Skip to content
Snippets Groups Projects
Commit 31581b8c authored by sandcha's avatar sandcha
Browse files

Move CSG histograms together before image on impact pane

parent 794d5a68
No related branches found
No related tags found
1 merge request!2Ajoute la CSG retraite
......@@ -31,6 +31,13 @@
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_ACTIVITE}
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 -->
<div
class="text-gray-700 flex-col shadow-md rounded bg-white col-span-2 border-8 border-le-bleu-light"
......@@ -61,12 +68,4 @@
alt={CSG_IMAGE_TITLE}
/>
</div>
<HistogramPane
title={CSG_RETRAITE_TITLE}
description={CSG_HISTOGRAM_SUBTITLE}
dataJson={csgResponseJson}
variablesToDraw={HISTOGRAM_VARIABLES_TO_SUM_CSG_RETRAITE}
updatingHistogram={updateImpact}
/>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment