mirror of
https://github.com/peter-tanner/starcore-explorer-bad.git
synced 2024-12-03 02:20:28 +08:00
55 lines
725 B
JSON
55 lines
725 B
JSON
{
|
|
"data": {
|
|
"values": [
|
|
{
|
|
"a": "A",
|
|
"b": 28
|
|
},
|
|
{
|
|
"a": "B",
|
|
"b": 55
|
|
},
|
|
{
|
|
"a": "C",
|
|
"b": 43
|
|
},
|
|
{
|
|
"a": "D",
|
|
"b": 91
|
|
},
|
|
{
|
|
"a": "E",
|
|
"b": 81
|
|
},
|
|
{
|
|
"a": "F",
|
|
"b": 53
|
|
},
|
|
{
|
|
"a": "G",
|
|
"b": 19
|
|
},
|
|
{
|
|
"a": "H",
|
|
"b": 87
|
|
},
|
|
{
|
|
"a": "I",
|
|
"b": 52
|
|
}
|
|
]
|
|
},
|
|
"description": "A simple bar chart with embedded data.",
|
|
"encoding": {
|
|
"x": {
|
|
"field": "a",
|
|
"type": "ordinal"
|
|
},
|
|
"y": {
|
|
"field": "b",
|
|
"type": "quantitative"
|
|
}
|
|
},
|
|
"mark": "bar"
|
|
}
|