hvega-0.9.0.0: tests/specs/gallery/facet/facetgridbar.vl
{
"height": {
"step": 8
},
"mark": "bar",
"data": {
"values": [
{
"p": "0.14",
"a": "a1",
"b": "b1",
"c": "x"
},
{
"p": "0.60",
"a": "a1",
"b": "b1",
"c": "y"
},
{
"p": "0.03",
"a": "a1",
"b": "b1",
"c": "z"
},
{
"p": "0.80",
"a": "a1",
"b": "b2",
"c": "x"
},
{
"p": "0.38",
"a": "a1",
"b": "b2",
"c": "y"
},
{
"p": "0.55",
"a": "a1",
"b": "b2",
"c": "z"
},
{
"p": "0.11",
"a": "a1",
"b": "b3",
"c": "x"
},
{
"p": "0.58",
"a": "a1",
"b": "b3",
"c": "y"
},
{
"p": "0.79",
"a": "a1",
"b": "b3",
"c": "z"
},
{
"p": "0.83",
"a": "a2",
"b": "b1",
"c": "x"
},
{
"p": "0.87",
"a": "a2",
"b": "b1",
"c": "y"
},
{
"p": "0.67",
"a": "a2",
"b": "b1",
"c": "z"
},
{
"p": "0.97",
"a": "a2",
"b": "b2",
"c": "x"
},
{
"p": "0.84",
"a": "a2",
"b": "b2",
"c": "y"
},
{
"p": "0.90",
"a": "a2",
"b": "b2",
"c": "z"
},
{
"p": "0.74",
"a": "a2",
"b": "b3",
"c": "x"
},
{
"p": "0.64",
"a": "a2",
"b": "b3",
"c": "y"
},
{
"p": "0.19",
"a": "a2",
"b": "b3",
"c": "z"
},
{
"p": "0.57",
"a": "a3",
"b": "b1",
"c": "x"
},
{
"p": "0.35",
"a": "a3",
"b": "b1",
"c": "y"
},
{
"p": "0.49",
"a": "a3",
"b": "b1",
"c": "z"
},
{
"p": "0.91",
"a": "a3",
"b": "b2",
"c": "x"
},
{
"p": "0.38",
"a": "a3",
"b": "b2",
"c": "y"
},
{
"p": "0.91",
"a": "a3",
"b": "b2",
"c": "z"
},
{
"p": "0.99",
"a": "a3",
"b": "b3",
"c": "x"
},
{
"p": "0.80",
"a": "a3",
"b": "b3",
"c": "y"
},
{
"p": "0.37",
"a": "a3",
"b": "b3",
"c": "z"
}
]
},
"width": 60,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"color": {
"field": "c",
"title": "settings",
"type": "nominal",
"legend": {
"orient": "bottom",
"titleOrient": "left"
}
},
"row": {
"field": "a",
"header": {
"labelAngle": 0
},
"title": "Factor A",
"type": "nominal"
},
"x": {
"field": "p",
"title": null,
"type": "quantitative",
"axis": {
"format": "%"
}
},
"column": {
"field": "b",
"title": "Factor B",
"type": "nominal"
},
"y": {
"field": "c",
"type": "nominal",
"axis": null
}
},
"description": "A simple grid of bar charts to compare performance data.",
"spacing": 5
}