{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "config": { "autosize": { "type": "fit" }, "background": "rgb(251,247,238)", "projection": { "rotate": [ 0, 0, 0 ], "type": "orthographic" }, "title": { "font": "Roboto", "fontSize": 18, "fontWeight": 600 }, "view": { "continuousHeight": 300, "continuousWidth": 500, "stroke": null } }, "layer": [ { "data": { "format": { "feature": "globe", "type": "topojson" }, "url": "data/globe.json" }, "mark": { "color": "#c1e7f5", "type": "geoshape" } }, { "data": { "format": { "feature": "graticule", "type": "topojson" }, "url": "https://vega.github.io/vega-lite/data/graticule.json" }, "mark": { "fillOpacity": 1.0e-2, "stroke": "#411", "strokeWidth": 0.1, "type": "geoshape" } }, { "data": { "format": { "feature": "countries", "type": "topojson" }, "url": "https://vega.github.io/vega-lite/data/world-110m.json" }, "mark": { "color": "#708E71", "type": "geoshape" } } ], "title": "Hello, World!" }