{ "config": { "type": "bar", "data": { "labels": ["2017", "2018", "2020", "2024", "2038"], "datasets": [{ "backgroundColor": "#FF6384", "barPercentage": 1, "categoryPercentage": 1, "barThickness": "flex", "data": [1, null, 3, 4, 5] }] }, "options": { "responsive": false, "legend": false, "title": false, "scales": { "xAxes": [{ "type": "time", "offset": true, "display": false, "time": { "parser": "YYYY" }, "ticks": { "source": "labels" } }], "yAxes": [{ "display": false, "ticks": { "beginAtZero": true } }] } } }, "options": { "canvas": { "height": 256, "width": 512 } } }