|
Balise : Éditeur de wikicode 2017 |
Ligne 319 : |
Ligne 319 : |
| {"label": "lost","debut": "2024-09-25", "fin": "2024-12-05"}, | | {"label": "lost","debut": "2024-09-25", "fin": "2024-12-05"}, |
| {"label": "hot wheels","debut": "2024-12-05", "fin": null} | | {"label": "hot wheels","debut": "2024-12-05", "fin": null} |
| ]
| |
| },
| |
| {
| |
| "name": "patriot",
| |
| "transform": [
| |
| {
| |
| "type": "formula",
| |
| "field": "fin",
| |
| "expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
| |
| }
| |
| ],
| |
| "format": {
| |
| "type": "json",
| |
| "parse": {"debut": "date:\"%Y-%m-%d\"","fin": "date:\"%Y-%m-%d\""}
| |
| },
| |
| "values": [
| |
| {"label": "lost","debut": "2022-11-03","fin": "2023-02-20"},
| |
| {"label": "mano","debut": "2022-11-03","fin": "2023-10-19"},
| |
| {"label": "aztecas","debut": "2022-11-03","fin": "2023-11-30"},
| |
| {"label": "families","debut": "2022-11-03","fin": "2023-01-31"},
| |
| {"label": "cercle","debut": "2023-02-03","fin": "2023-10-19"},
| |
| {"label": "families","debut": "2023-03-23","fin": null},
| |
| {"label": "vagos","debut": "2023-10-19","fin": "2024-03-11"},
| |
| {"label": "neotriada","debut": "2023-10-20","fin": "2023-12-28"},
| |
| {"label": "ballas","debut": "2023-11-30","fin": null},
| |
| {"label": "mano","debut": "2023-12-28","fin": "2024-01-08"},
| |
| {"label": "southland","debut": "2024-01-09","fin": null},
| |
| {"label": "sentinelles","debut": "2024-03-11","fin": "2024-04-17"},
| |
| {"label": "aztecas","debut": "2024-04-17","fin": "2024-09-06"},
| |
| {"label": "meute","debut": "2024-09-11","fin": null}
| |
| ]
| |
| },
| |
| {
| |
| "name": "cartel",
| |
| "transform": [
| |
| {
| |
| "type": "formula",
| |
| "field": "fin",
| |
| "expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
| |
| }
| |
| ],
| |
| "format": {
| |
| "type": "json",
| |
| "parse": {"debut": "date:\"%Y-%m-%d\"","fin": "date:\"%Y-%m-%d\""}
| |
| },
| |
| "values": [
| |
| {"label": "ballas","debut": "2022-11-03","fin": "2023-07-23"},
| |
| {"label": "vagos","debut": "2022-11-03","fin": "2023-10-19"},
| |
| {"label": "ghost","debut": "2022-11-03","fin": "2023-07-24"},
| |
| {"label": "piovra","debut": "2022-11-03","fin": "2023-06-27"},
| |
| {"label": "lost","debut": "2023-06-27","fin": "2024-12-05"},
| |
| {"label": "yakuza","debut": "2023-07-23","fin": "2023-08-19"},
| |
| {"label": "madz","debut": "2023-07-24","fin": "2023-10-18"},
| |
| {"label": "ballas","debut": "2023-08-19","fin": "2023-11-30"},
| |
| {"label": "mano","debut": "2023-10-19","fin": "2023-12-28"},
| |
| {"label": "sentinelles","debut": "2023-10-19","fin": "2024-01-06"},
| |
| {"label": "aztecas","debut": "2023-11-30","fin": "2024-03-28"},
| |
| {"label": "neotriada","debut": "2023-12-28","fin": "2024-03-14"},
| |
| {"label": "madz","debut": "2024-01-06","fin": "2024-09-06"},
| |
| {"label": "affranchis","debut": "2024-03-14","fin": "2024-06-18"},
| |
| {"label": "mano","debut": "2024-03-28","fin": null},
| |
| {"label": "sentinelles","debut": "2024-06-18","fin": "2024-06-21"},
| |
| {"label": "vagos","debut": "2024-06-21","fin": null},
| |
| {"label": "aztecas","debut": "2024-09-06","fin": "2024-11-28"},
| |
| {"label": "hot wheels","debut": "2024-12-05", "fin": null},
| |
| {"label": "madz","debut": "2024-12-09", "fin": null}
| |
| ] | | ] |
| }, | | }, |
Ligne 449 : |
Ligne 383 : |
| ], | | ], |
| "marks": [ | | "marks": [ |
| {
| |
| "type": "rect",
| |
| "from": {"data": "patriot"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "debut"},
| |
| "x2": {"scale": "x","field": "fin"},
| |
| "y": {"scale": "y","field": "label","offset": -9.5},
| |
| "height": {"value": 23},
| |
| "fill": {"value": "#314235"}
| |
| }
| |
| }
| |
| },
| |
| {
| |
| "type": "rect",
| |
| "from": {"data": "cartel"},
| |
| "properties": {
| |
| "enter": {
| |
| "x": {"scale": "x","field": "debut"},
| |
| "x2": {"scale": "x","field": "fin"},
| |
| "y": {"scale": "y","field": "label","offset": -9.5},
| |
| "height": {"value": 23},
| |
| "fill": {"value": "#6C0100"}
| |
| }
| |
| }
| |
| },
| |
| { | | { |
| "type": "rect", | | "type": "rect", |