« Test » : différence entre les versions
De 21Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
{ | { | ||
"$schema": "https://vega.github.io/schema/vega/v5.json", | "$schema": "https://vega.github.io/schema/vega/v5.json", | ||
"width": | "width": 1200, | ||
"height": 1500, | "height": 1500, | ||
"data": [ | "data": [ | ||
| Ligne 330 : | Ligne 330 : | ||
"enter": { | "enter": { | ||
"x": {"scale": "x", "field": "date"}, | "x": {"scale": "x", "field": "date"}, | ||
"y": {"value": - | "y": {"value": -5}, | ||
"angle": {"value": -30}, | "angle": {"value": -30}, | ||
"text": {"field": "name"}, | "text": {"field": "name"}, | ||
