{ data: { labels: [ 0, 1, 2, 3 ], datasets: [ { data: [ 22, 43, 37, 29 ], fill: false, backgroundColor: undefined, borderColor: undefined, borderWidth: 2, pointRadius: 0 }, { data: [ 7, 30, 37, 40 ], fill: false, backgroundColor: undefined, borderColor: undefined, borderWidth: 2, pointRadius: 0 } ] }, options: { plugins: { datalabels: { display: false } }, legend: { display: false }, layout: { padding: { left: 0, right: 0, top: 10, bottom: 0 } } }, type: 'pie' }