Basic
const NUMBER_CFG = {count: DATA_COUNT, min: -100, max: 100};
const data = {
labels: Utils.months({count: DATA_COUNT}),
{
label: 'Dataset 1',
data: Utils.numbers(NUMBER_CFG),
backgroundColor: Utils.transparentize(Utils.CHART_COLORS.red, 0.5),
},
};