Remove noisy dots in graphs
This commit is contained in:
@@ -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
|
||||
}]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user