Skip to content
Snippets Groups Projects
Commit 5ee03595 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by benoit-cty
Browse files

Change couleur rouge/bleu pour couleur plus neutres

parent d5018419
No related branches found
No related tags found
1 merge request!6Ajout de la section Education
......@@ -186,7 +186,7 @@ function getColorFromEffectif(effectifs: number | null): string {
name: "Public",
opacity: 0.5,
marker: {
color: "blue",
color: "#635f06",
},
},
{
......@@ -194,7 +194,7 @@ function getColorFromEffectif(effectifs: number | null): string {
histfunc: "sum",
orientation: "h",
marker: {
color: "red",
color: "#2F406A",
},
opacity: 0.5,
x: Array(customdata.ips_premier_et_second_prive_circo_list.length).fill(
......@@ -293,7 +293,7 @@ function getColorFromEffectif(effectifs: number | null): string {
x1: 0,
y1: customdata.ips_premier_et_second_public_circo,
line: {
color: "blue",
color: "#424004",
width: 2,
dash: "dot",
},
......@@ -305,7 +305,7 @@ function getColorFromEffectif(effectifs: number | null): string {
x1: -10,
y1: customdata.ips_premier_et_second_prive_circo,
line: {
color: "red",
color: "#2F406A",
width: 2,
dash: "dot",
},
......@@ -320,7 +320,7 @@ function getColorFromEffectif(effectifs: number | null): string {
text: "IPS moyen",
font: {
size: 10,
color: "red",
color: "#2F406A",
},
align: "left",
}
......@@ -335,7 +335,7 @@ function getColorFromEffectif(effectifs: number | null): string {
text: "IPS moyen",
font: {
size: 10,
color: "blue",
color: "#424004",
textalign: "left",
},
position: "left",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment