Skip to content
Snippets Groups Projects
Unverified Commit 0dab362c authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Supprime la ligne pointillée des revenus bruts sur le graphique

parent d41751c1
No related branches found
No related tags found
1 merge request!296Resolve "Panneau d'information du graphique"
Pipeline #19417 passed
......@@ -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)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment