« 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": 300,
   "height": 400,
   "data": [
   "data": [
     {
     {
Ligne 9 : Ligne 9 :
       "values": [
       "values": [
{
{
"label": "mike",
"label": "lorenzo_turner",
"nom": "Mike Ross",
"nom": "Lorenzo Turner",
"membre_start": "2024-02-16",
"membre_start": "2024-02-27",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "✈️"
"status": "✈️"
},
},
{
{
"label": "nox",
"label": "pierre_flemming",
"nom": "Tony « Nox » Rivs",
"nom": "Pierre Flemming",
"membre_start": "2024-02-16",
"membre_start": "2024-02-27",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "✈️"
"status": ""
},
},
{
{
"label": "max",
"label": "tony_anderson",
"nom": "Maximilien « Max » Rossi",
"nom": "Tony Anderson",
"membre_start":  "2024-02-16",
"membre_start":  "2024-02-27",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "✈️"
"status": "✈️"
},
},
{
{
"label": "stan",
"label": "joe_white",
"nom": "Stan Price",
"nom": "Joe White",
"membre_start": "2024-02-16",
"membre_start": "2024-02-27",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "❌"
},
{
"label": "enzo_harrison",
"nom": "Enzo Harrison",
"membre_start": "2024-03-08",
"membre_end": "2024-04-17",
"status": "✈️"
"status": "✈️"
},
},
{
{
"label": "leo",
"label": "antonio_navarro",
"nom": "Leona « Léo » Farell",
"nom": "Antonio Navarro",
"membre_start": "2024-02-16",
"membre_start": "2024-03-08",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "✈️"
"status": "✈️"
},
},
{
{
"label": "hans",
"label": "fabrice_king",
"nom": "Hans Krieger",
"nom": "Fabrice King",
"membre_start": "2024-03-19",
"membre_start": "2024-03-09",
"membre_end": "2024-06-06",
"membre_end": "2024-03-15",
"status": "🤝"
"status": "⚰️"
},
                {
"label": "ethan_bower",
"nom": "Ethan Bower",
"membre_start":  "2024-03-14",
"membre_end": "2024-04-17",
"status": "✈️"
},
},
{
                {
"label": "bob",
"label": "bjorn_osmund",
"nom": "Bob Daniels",
"nom": "Bjorn Osmund",
"membre_start": "2024-03-21",
"membre_start": "2024-03-19",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "🤝"
"status": ""
},
},
{
                {
"label": "alex",
"label": "michele_lucania",
"nom": "Alex Faure",
"nom": "Michele Lucania",
"membre_start": "2024-04-08",
"membre_start": "2024-03-19",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "🤝"
"status": "✈️"
},
},
{
                {
"label": "eddy",
"label": "aiden_griffin",
"nom": "Eddy Varrick",
"nom": "Aiden Griffin",
"membre_start": "2024-04-18",
"membre_start": "2024-03-20",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "🤝"
"status": "✈️"
},
},
{
                {
"label": "reoh",
"label": "salva_diaz",
"nom": "Réoh Cruz",
"nom": "Salva Diaz",
"membre_start": "2024-04-21",
"membre_start": "2024-03-25",
"membre_end": "2024-06-06",
"membre_end": "2024-04-17",
"status": "✈️"
"status": "✈️"
}
}
Ligne 91 : Ligne 105 :
       "name": "seconds",
       "name": "seconds",
       "values": [
       "values": [
{"label": "nox","second_start": "2024-02-16","second_end": "2024-06-06"}
{"label": "pierre_flemming","second_start": "2024-02-27","second_end": "2024-04-17"}
       ],
       ],
       "transform": [
       "transform": [
Ligne 105 : Ligne 119 :
       "name": "chefs",
       "name": "chefs",
       "values": [
       "values": [
{"label": "mike","chef_start": "2024-02-16","chef_end": "2024-06-06"}
{"label": "lorenzo_turner","chef_start": "2024-02-27","chef_end": "2024-04-17"}
       ],
       ],
       "transform": [
       "transform": [
Ligne 119 : Ligne 133 :
       "name": "events",
       "name": "events",
       "values": [
       "values": [
 
{"name": "27/02 - Création du groupe","date": "2024-02-27","y": -20},
{"name": "16/03 - Prise de quartier","date": "2024-03-16","y": -20}
       ],
       ],
       "format": {"parse": {"date": "date"}}
       "format": {"parse": {"date": "date"}}
Ligne 188 : Ligne 203 :
           "y": {"scale": "y", "field": "label"},
           "y": {"scale": "y", "field": "label"},
           "height": {"value": 4},
           "height": {"value": 4},
           "fill": {"value": "#dedede"}
           "fill": {"value": "#C8AD7F"}
         }
         }
       }
       }
Ligne 200 : Ligne 215 :
           "y": {"field": "y"},
           "y": {"field": "y"},
           "width": {"value": 0.5},
           "width": {"value": 0.5},
           "height": {"value": 300},
           "height": {"value": 400},
           "fill": {"value": "#0090FF"}
           "fill": {"value": "#0090FF"}
         }
         }
Ligne 227 : Ligne 242 :
           "y": {"field": "y"},
           "y": {"field": "y"},
           "width": {"value": 0.5},
           "width": {"value": 0.5},
           "height": {"value": 300},
           "height": {"value": 400},
           "fill": {"value": "#FF0000"}
           "fill": {"value": "#FF0000"}
         }
         }

Version du 1 mai 2025 à 14:55