Module

x/vega_lite/examples/specs/trellis_scatter.vl.json

A concise grammar of interactive graphics, built on Vega.
Latest
File
{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "data": {"url": "data/movies.json"}, "mark": "point",
"encoding": { "facet": {"field": "MPAA Rating", "type": "ordinal", "columns": 2}, "x": {"field": "Worldwide Gross", "type": "quantitative"}, "y": {"field": "US DVD Sales", "type": "quantitative"} }}