Sons of Anarchy

De 21Wiki


Organisation

Président

Vice-Président

Sergeant at Arms

Semi-Gradés

Membres

Histoire

{ "width": 800, "height": 300, "data": [ { "name": "membres", "transform": [ { "type": "formula", "field": "membre_end", "expr": "datum.membre_end ? datum.membre_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" } ], "format": { "type": "json", "parse": { "membre_start": "date:\"%Y-%m-%d\"", "membre_end": "date:\"%Y-%m-%d\"" } }, "values": [ { "label": "jayce", "nom": "Jayce Bozel", "membre_start": "2022-11-16", "membre_end": null, "status": null }, { "label": "mathew", "nom": "Mathew Warren", "membre_start": "2022-11-16", "membre_end": null, "status": null }, { "label": "maxime", "nom": "Maxime Carbone", "membre_start": "2022-11-16", "membre_end":null, "status": null }, { "label": "yoli", "nom": "Yoli-McKayla Myers", "membre_start": "2022-11-16", "membre_end": null, "status": null },

               {

"label": "sett", "nom": "Sett Zoldik", "membre_start": "2022-11-16", "membre_end": null, "status": null },

              {

"label": "ivy", "nom": "Ivy Zoldik", "membre_start": "2022-11-16", "membre_end": null, "status": null } ] }, { "name": "seconds", "transform": [ { "type": "formula", "field": "second_end", "expr": "datum.second_end ? datum.second_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" } ], "format": { "type": "json", "parse": { "second_start": "date:\"%Y-%m-%d\"", "second_end": "date:\"%Y-%m-%d\"" } }, "values": [ { "label": "mathew", "second_start": "2022-11-16", "second_end": null } ] }, { "name": "chefs", "transform": [ { "type": "formula", "field": "chef_end", "expr": "datum.chef_end ? datum.chef_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" } ], "format": { "type": "json", "parse": { "chef_start": "date:\"%Y-%m-%d\"", "chef_end": "date:\"%Y-%m-%d\"" } }, "values": [ { "label": "jayce", "chef_start": "2022-11-16", "chef_end": null } ] }, { "name": "events", "format": { "type": "json", "parse": { "date": "date:\"%Y-%m-%d\"" } }, "values": [ { "name": "16/ - Création du groupe", "date": "2022-11-16", "y": -20 } ] } ], "scales": [ { "name": "y", "type": "ordinal", "range": "height", "domain": { "data": "membres", "field": "label" } }, { "name": "x", "type": "time", "range": "width", "nice": "week", "domain": { "data": "membres", "field": [ "membre_start", "membre_end" ] } } ], "axes": [ { "type": "x", "scale": "x", "grid": true, "format": "%m/%y", "title": "✈️départ de l'île / ⚰️Décès / 🚪 départ consenti / ❌ Dissout / 👮 Démantèlement / 💢 Trahison / 📢 Renvoi " } ], "marks": [ { "type": "text", "from": { "data": "events" }, "properties": { "enter": { "x": { "scale": "x", "field": "date" }, "y": { "field": "y" }, "angle": { "value": -30 }, "fill": { "value": "#000" }, "text": { "field": "name" }, "fontSize": { "value": 14 } } } }, { "type": "rect", "from": { "data": "events" }, "properties": { "enter": { "x": { "scale": "x", "field": "date" }, "y": { "field": "y" }, "width": { "value": 0.5 }, "height": { "field": { "group": "height" }, "offset": 20 }, "fill": { "value": "#0090FF" } } } }, { "type": "text", "from": { "data": "membres" }, "properties": { "enter": { "x": { "scale": "x", "field": "membre_end", "offset": -2 }, "y": { "scale": "y", "field": "label", "offset": 6 }, "fill": { "value": "#000" }, "text": { "field": "status" }, "fontSize": { "value": 14 } } } }, { "type": "rect", "from": { "data": "chefs" }, "properties": { "enter": { "x": { "scale": "x", "field": "chef_start" }, "x2": { "scale": "x", "field": "chef_end" }, "y": { "scale": "y", "field": "label", "offset": -3 }, "height": { "value": 9 }, "fill": { "value": "#61260E" } } } }, { "type": "rect", "from": { "data": "seconds" }, "properties": { "enter": { "x": { "scale": "x", "field": "second_start" }, "x2": { "scale": "x", "field": "second_end" }, "y": { "scale": "y", "field": "label", "offset": -3 }, "height": { "value": 10 }, "fill": { "value": "#983A13" } } } }, { "type": "rect", "from": { "data": "membres" }, "properties": { "enter": { "x": { "scale": "x", "field": "membre_start" }, "x2": { "scale": "x", "field": "membre_end" }, "y": { "scale": "y", "field": "label" }, "height": { "value": 4 }, "fill": { "value": "#9E5E43" } } } }, { "type": "text", "from": { "data": "membres" }, "properties": { "enter": { "x": { "scale": "x", "field": "membre_start" }, "y": { "scale": "y", "field": "label", "offset": -7 }, "fill": { "value": "#000" }, "text": { "field": "nom" }, "fontSize": { "value": 14 } } } } ] }