module.exports = { threshold: 0.05, config: { type: 'doughnut', data: { labels: ['A'], datasets: [{ data: [1], backgroundColor: 'rgba(0,0,0,0.3)', borderColor: 'rgba(0,0,0,0.5)' }] }, }, options: { canvas: { width: 256, height: 256 } } };