hvega-0.12.0.7: tests/specs/gallery/facet/facet3.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"url": "https://vega.github.io/vega-lite/data/movies.json"
},
"description": "Scatterplots of movie takings vs profits for different MPAA ratings",
"encoding": {
"column": {
"field": "MPAA_Rating",
"type": "ordinal"
},
"x": {
"field": "Worldwide_Gross",
"type": "quantitative"
},
"y": {
"field": "US_DVD_Sales",
"type": "quantitative"
}
},
"mark": "point"
}