{
"data": {
"config": {
"subtitle": "Estoque de Combustíveis",
"category_axis": {
"grid": {
"template": {
"stroke_opacity": 0
}
}
},
"value_axis": {
"min": 0,
"max": 100,
"percentage": true,
"suffix": "",
"prefix": ""
}
},
"series": [
{
"template": {
"width": 80,
"fill": "#f2c200",
"fill_opacity": 1,
"stroke": "#f2c200",
"stroke_opacity": 1,
"stroke_width": 2
},
"objects": [
{
"key": "Gasolina",
"value": 15
},
{
"key": "Diesel",
"value": 50
},
{
"key": "Diesel S10",
"value": 25
},
{
"key": "Álcool",
"value": 20
}
]
},
{
"template": {
"width": 80,
"fill": "#000",
"fill_opacity": 0.1,
"stroke": "#000",
"stroke_opacity": 0.2,
"stroke_width": 2
},
"objects": [
{
"key": "Gasolina",
"value": 85
},
{
"key": "Diesel",
"value": 50
},
{
"key": "Diesel S10",
"value": 75
},
{
"key": "Álcool",
"value": 80
}
]
}
]
}
}