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

Version du 3 mai 2025 à 15:05