Basic

    1. const NUMBER_CFG = {count: DATA_COUNT, min: -100, max: 100};
    2. const data = {
    3. labels: Utils.months({count: DATA_COUNT}),
    4. {
    5. label: 'Dataset 1',
    6. data: Utils.numbers(NUMBER_CFG),
    7. backgroundColor: Utils.transparentize(Utils.CHART_COLORS.red, 0.5),
    8. },
    9. };