« Test » : différence entre les versions

De 21Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
   "$schema": "https://vega.github.io/schema/vega/v5.json",
   "$schema": "https://vega.github.io/schema/vega/v5.json",
   "width": 1200,
   "width": 1200,
   "height": 600,
   "height": 500,
   "data": [
   "data": [
     {
     {
       "name": "membres",
       "name": "membres",
       "values": [
       "values": [
{
{"label": "andrei","nom": "Andreï Chernyyvolk ","membre_start": "2021-12-11","membre_end": "2022-01-09","status": "✈️"},
"label": "marius_mancini",
{"label": "markus","nom": "Markus Woods","membre_start": "2021-12-11","membre_end": "2022-01-09","status": "❌"},
"nom": "Marius Mancini",
{"label": "marianno","nom": "Marianno Gavieni","membre_start": "2021-12-11","membre_end": "2022-01-09","status": "✈️"},
"membre_start": "2023-11-06",
{"label": "aaron","nom": "Aaron Foxwell","membre_start": "2021-12-27","membre_end": "2022-01-09","status": "❌"},
"membre_end": "2023-12-08",
{"label": "shack","nom": "Shack Ledger","membre_start": "2021-12-27","membre_end": "2022-01-05","status": "🚪"},
"status": "❌"
{"label": "gunter","nom": "Gunter Hofman","membre_start": "2022-01-06","membre_end": "2022-01-09","status": "❌"}
},
{
"label": "kurtys_lynch",
"nom": "Kurtys Lynch",
"membre_start": "2023-11-06",
"membre_end": "2023-12-08",
"status": ""
},
{
"label": "augustus_miles",
"nom": "Augustus Miles",
"membre_start": "2023-11-06",
"membre_end": "2023-12-08",
"status": "❌"
},
{
"label": "nino_mancini",
"nom": "Nino Mancini",
"membre_start": "2023-11-06",
"membre_end": "2023-12-08",
"status": "❌"
},
{
"label": "tora_tuisova",
"nom": "Tora Tuisova",
"membre_start": "2023-11-07",
"membre_end": "2023-12-08",
"status": "❌"
},
{
"label": "justin_alexander_kennedy",
"nom": "Justin Alexander Kennedy",
"membre_start":  "2023-11-07",
"membre_end": "2023-12-08",
"status": ""
},
{
"label": "owen_barkley",
"nom": "Owen Barkley",
"membre_start": "2023-11-13",
"membre_end": "2023-12-08",
"status": "❌"
},
{
"label": "amos_giovanna",
"nom": "Amos Giovanna",
"membre_start": "2023-11-15",
"membre_end": "2023-12-08",
"status": ""
},
{
"label": "dimitri_ourumov",
"nom": "Dimitri Ourumov",
"membre_start": "2023-11-15",
"membre_end": "2023-12-08",
"status": "❌"
}
       ],
       ],
       "transform": [
       "transform": [
Ligne 98 : Ligne 41 :
       "name": "chefs",
       "name": "chefs",
       "values": [
       "values": [
{"label": "marius_mancini","chef_start": "2023-11-06","chef_end": "2023-12-08"}
{"label": "andrei","chef_start": "2021-12-11","chef_end": "2022-01-09"}
       ],
       ],
       "transform": [
       "transform": [
Ligne 112 : Ligne 55 :
       "name": "events",
       "name": "events",
       "values": [
       "values": [
{"name": "06/11 - Création du groupe","date": "2023-11-06","y": -20},
{"name": "11/12 - Création du groupe","date": "2021-12-11","y": -20},
{"name": "08/12 - Dissolution du groupe","date": "2023-12-08","y": -20}
{"name": "09/01 - Dissolution du groupe","date": "2022-01-09","y": -20}
       ],
       ],
       "format": {"parse": {"date": "date"}}
       "format": {"parse": {"date": "date"}}
Ligne 120 : Ligne 63 :
       "name": "annee",
       "name": "annee",
       "values": [
       "values": [
 
{"name": "2022","date": "2022-01-01"}
       ],
       ],
       "format": {"parse": {"date": "date"}}
       "format": {"parse": {"date": "date"}}
Ligne 182 : Ligne 125 :
           "y": {"scale": "y", "field": "label"},
           "y": {"scale": "y", "field": "label"},
           "height": {"value": 4},
           "height": {"value": 4},
           "fill": {"value": "#752E3E"}
           "fill": {"value": "#810d16"}
         }
         }
       }
       }
Ligne 194 : Ligne 137 :
           "y": {"field": "y"},
           "y": {"field": "y"},
           "width": {"value": 0.5},
           "width": {"value": 0.5},
           "height": {"value": 600},
           "height": {"value": 500},
           "fill": {"value": "#0090FF"}
           "fill": {"value": "#0090FF"}
         }
         }
Ligne 221 : Ligne 164 :
           "y": {"field": "y"},
           "y": {"field": "y"},
           "width": {"value": 0.5},
           "width": {"value": 0.5},
           "height": {"value": 600},
           "height": {"value": 500},
           "fill": {"value": "#FF0000"}
           "fill": {"value": "#FF0000"}
         }
         }

Version du 8 mai 2025 à 12:37