From 0dab362c62645edd06d1b4825cdfd296a4917ea5 Mon Sep 17 00:00:00 2001
From: Dorine Lambinet <dorine.lambinet@assemblee-nationale.fr>
Date: Wed, 19 Feb 2025 10:49:31 +0100
Subject: [PATCH] =?UTF-8?q?Supprime=20la=20ligne=20pointill=C3=A9e=20des?=
=?UTF-8?q?=20revenus=20bruts=20sur=20le=20graphique?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lib/graphes.ts | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/src/lib/graphes.ts b/src/lib/graphes.ts
index af01e2caf..13a3beb52 100644
--- a/src/lib/graphes.ts
+++ b/src/lib/graphes.ts
@@ -251,10 +251,7 @@ export const defaultCustomization: {
export const variableCustomizationsBase = {
remuneration_brute: {
stroke: {
- color: "#98AEE8",
- width: "3",
- dasharray: "6 8",
- borderstyle: "dashed",
+ width: "0",
},
pattern: {
background: "rgba(210, 223, 255, .6)",
@@ -264,10 +261,7 @@ export const variableCustomizationsBase = {
},
chomage_brut: {
stroke: {
- color: "#98AEE8",
- width: "3",
- dasharray: "6 8",
- borderstyle: "dashed",
+ width: "0",
},
pattern: {
background: "rgba(210, 223, 255, .6)",
@@ -277,10 +271,7 @@ export const variableCustomizationsBase = {
},
retraite_brute: {
stroke: {
- color: "#98AEE8",
- width: "3",
- dasharray: "6 8",
- borderstyle: "dashed",
+ width: "0",
},
pattern: {
background: "rgba(210, 223, 255, .6)",
--
GitLab