Chartjs-Chartjs ignore values and draw chart

0๐Ÿ‘

โœ…

i.e.

datasets: [{
            label: 'Custom Label Name',
            backgroundColor: gradient,
            spanGaps: true,
            pointBackgroundColor: 'white',
            borderWidth: 1,
            borderColor: '#911215',
            data: [50, null, 80, null, 54, 50]
    }]

Leave a comment