diff --git a/src/lib/graphes.ts b/src/lib/graphes.ts index af01e2cafaf9acbb485dba22006da198ec879a1e..13a3beb52248467c46d31c04d45c3c7681c7f4a7 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)",