« 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": 800, | "width": 800, | ||
"height": | "height": 400, | ||
"data": [ | "data": [ | ||
{ | { | ||
| Ligne 22 : | Ligne 22 : | ||
"type": "formula", | "type": "formula", | ||
"as": "membre_end_final", | "as": "membre_end_final", | ||
"expr": "datum.membre_end | "expr": "datum.membre_end ? datum.membre_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" | ||
} | } | ||
], | ], | ||
