17 lines
225 B
JSON
17 lines
225 B
JSON
{
|
|
"kind": "bar",
|
|
"data": [
|
|
["France", 12],
|
|
["Slovenia", 10],
|
|
["Spain", 3],
|
|
["United Kingdom", 5],
|
|
["Germany", 20]
|
|
]
|
|
,
|
|
"fields": {
|
|
"country": {
|
|
"kind": "string",
|
|
}
|
|
}
|
|
}
|