added numbers to doleancer legends #2218
This commit is contained in:
parent
ab076c612f
commit
6461a1246b
@ -645,7 +645,7 @@ export default {
|
|||||||
//text
|
//text
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [-p_t - 1, o_t],
|
point: [-p_t - 1, o_t],
|
||||||
content: "Enquête menée\nsur le terrain de vie",
|
content: "2 Enquête menée\nsur le terrain de vie",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'right'
|
justification: 'right'
|
||||||
@ -666,7 +666,7 @@ export default {
|
|||||||
// texte
|
// texte
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [-o_t - 1, p_t],
|
point: [-o_t - 1, p_t],
|
||||||
content: "Construction de groupes d'intérets\navec qui composer la doléance",
|
content: "3 Construction de groupes d'intérets\navec qui composer la doléance",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'right'
|
justification: 'right'
|
||||||
@ -687,7 +687,7 @@ export default {
|
|||||||
// texte
|
// texte
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [-q_t - 1, -q_t],
|
point: [-q_t - 1, -q_t],
|
||||||
content: "Réception et traitement\nde la doléance",
|
content: "5 Réception et traitement\nde la doléance",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'right'
|
justification: 'right'
|
||||||
@ -708,7 +708,7 @@ export default {
|
|||||||
// texte
|
// texte
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [q_t + 1, -q_t],
|
point: [q_t + 1, -q_t],
|
||||||
content: "Mise-en-œuvre\nde la décision",
|
content: "7 Mise-en-œuvre\nde la décision",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
@ -729,7 +729,7 @@ export default {
|
|||||||
// texte
|
// texte
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [o_t + 1, p_t],
|
point: [o_t + 1, p_t],
|
||||||
content: "Réception et application\nde la décision",
|
content: "9 Réception et application\nde la décision",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
@ -750,7 +750,7 @@ export default {
|
|||||||
// texte
|
// texte
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [p_t + 1, o_t],
|
point: [p_t + 1, o_t],
|
||||||
content: "Réussite / échec / reprise\ndu cercle politique",
|
content: "10 Réussite / échec / reprise\ndu cercle politique",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
@ -773,7 +773,7 @@ export default {
|
|||||||
}),
|
}),
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [0, -r - 11],
|
point: [0, -r - 11],
|
||||||
content: "Décision",
|
content: "6 Décision",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'center'
|
justification: 'center'
|
||||||
@ -793,7 +793,7 @@ export default {
|
|||||||
}),
|
}),
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [0, r + 14],
|
point: [0, r + 14],
|
||||||
content: "Début du cercle\nLe problème\n(injustice, indignation, plainte...)",
|
content: "1 Début du cercle\nLe problème\n(injustice, indignation, plainte...)",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'center'
|
justification: 'center'
|
||||||
@ -813,7 +813,7 @@ export default {
|
|||||||
}),
|
}),
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [r + 10, -0.5],
|
point: [r + 10, -0.5],
|
||||||
content: "Adresse de la décision\nà appliquer",
|
content: "8 Adresse de la décision\nà appliquer",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
@ -833,7 +833,7 @@ export default {
|
|||||||
}),
|
}),
|
||||||
new paper.PointText({
|
new paper.PointText({
|
||||||
point: [-r - 10, 0.4],
|
point: [-r - 10, 0.4],
|
||||||
content: "Adresse de la doléance",
|
content: "4 Adresse de la doléance",
|
||||||
fontSize: fontsize,
|
fontSize: fontsize,
|
||||||
fontFamily: fontFamily,
|
fontFamily: fontFamily,
|
||||||
justification: 'right'
|
justification: 'right'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user