Remove noisy dots in graphs

This commit is contained in:
Johannes Zellner
2020-05-13 23:35:14 +02:00
parent ca9528fa4e
commit 8b7c3308b3

View File

@@ -621,11 +621,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
backgroundColor: '#82C4F844',
borderColor: '#2196F3',
borderWidth: 1,
radius: 2,
pointBackgroundColor: 'rgba(151,187,205,1)',
pointBorderColor: '#2196F3',
pointHoverBackgroundColor: '#82C4F8',
pointHoverBorderColor: '#82C4F8',
radius: 0,
data: datapoints
}]
};