hvega-0.5.0.0: tests/specs/data/bin2.vl
{
"mark": "bar",
"data": {
"values": [
{
"x": 10.6
},
{
"x": 12.1
},
{
"x": 9.4
},
{
"x": 11.5
},
{
"x": 12.6
},
{
"x": 10.7
},
{
"x": 11.6
},
{
"x": 7.7
},
{
"x": 12
},
{
"x": 10.6
},
{
"x": 16.5
},
{
"x": 8.7
},
{
"x": 7.6
},
{
"x": 10.2
},
{
"x": 10
},
{
"x": 9.8
},
{
"x": 11
},
{
"x": 9
},
{
"x": 10.4
},
{
"x": 11.6
},
{
"x": 11.2
},
{
"x": 11.1
},
{
"x": 11.7
},
{
"x": 12.1
},
{
"x": 9.9
},
{
"x": 8.9
},
{
"x": 10.9
},
{
"x": 14.6
},
{
"x": 11.4
},
{
"x": 12.1
}
]
},
"width": 300,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "x",
"bin": true,
"type": "quantitative"
},
"y": {
"aggregate": "count",
"type": "quantitative"
}
}
}