Agregando Taller 1
This commit is contained in:
54
proyectos/taller-1/data/bar.vl.json
Normal file
54
proyectos/taller-1/data/bar.vl.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user