« 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": | "height": 1500, | ||
"data": [ | "data": [ | ||
{ | { | ||
| Ligne 289 : | Ligne 289 : | ||
"y": {"field": "y"}, | "y": {"field": "y"}, | ||
"width": {"value": 0.5}, | "width": {"value": 0.5}, | ||
"height": {"value": | "height": {"value": 1500}, | ||
"fill": {"value": "#0090FF"} | "fill": {"value": "#0090FF"} | ||
} | } | ||
| Ligne 316 : | Ligne 316 : | ||
"y": {"field": "y"}, | "y": {"field": "y"}, | ||
"width": {"value": 0.5}, | "width": {"value": 0.5}, | ||
"height": {"value": | "height": {"value": 1500}, | ||
"fill": {"value": "#FF0000"} | "fill": {"value": "#FF0000"} | ||
} | } | ||
