Chart.js/test/fixtures/controller.bar/bar-thickness-min-interval-multi.json
Jukka Kurkela 021561072b
Disable all plugins when options.plugins = false (#8098)
Disabling all plugins when options.plugins = false
2020-11-23 17:58:03 -05:00

43 lines
1.1 KiB
JSON

{
"config": {
"type": "bar",
"data": {
"datasets": [{
"backgroundColor": "#FF6384",
"barPercentage": 1,
"categoryPercentage": 1,
"data": [{"x": "2001", "y": 1}, {"x": "2099", "y": 5}]
}, {
"backgroundColor": "#8463FF",
"barPercentage": 1,
"categoryPercentage": 1,
"data": [{"x": "2019", "y": 2}, {"x": "2020", "y": 3}]
}]
},
"options": {
"responsive": false,
"scales": {
"x": {
"type": "time",
"display": false,
"min": "2000",
"max": "2100",
"time": {
"parser": "YYYY"
}
},
"y": {
"display": false,
"beginAtZero": true
}
}
}
},
"options": {
"canvas": {
"height": 256,
"width": 512
}
}
}