if (p.cad() !== null) {
        datasets = datasets.concat([
            this.makeDataset(p.cad(), "CADENCE", 'rgba(0, 76, 153, 0.8)'),
            this.makeDataset(p.averageCad(), "AVG CADENCE", 'rgba(0, 76, 153, 0.4)')
        ]);