Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
450000,
300000,
70000,
20000,
120000,
],
},
],
};
export const demoDonutOptions = {
accessibility: false,
legendClickable: true,
containerResizable: true,
colors,
center: new DonutCenter({
number: 25423,
label: 'Browsers',
}),
};
450000,
300000,
70000,
20000,
120000,
],
},
],
};
export const demoDonutOptions = {
accessibility: false,
legendClickable: true,
containerResizable: true,
defaultColors,
center: new DonutCenter({
number: 25423,
label: 'Browsers',
}),
};
export const scatterData = {
labels: ['Qty', 'More', 'Sold', 'Restocking', 'Misc'],
datasets: [
{
label: 'Dataset 1',
backgroundColors: [defaultColors[0]],
data: [32100, 23500, 53100, 42300, 12300],
},
{
label: 'Dataset 2',
backgroundColors: [defaultColors[1]],