Sfoglia il codice sorgente

Missing legend on breakpoint graph

Gaël Métais 9 anni fa
parent
commit
e8eb6964db
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      front/src/js/controllers/ruleCtrl.js

+ 1 - 0
front/src/js/controllers/ruleCtrl.js

@@ -84,6 +84,7 @@ ruleCtrl.controller('RuleCtrl', ['$scope', '$rootScope', '$routeParams', '$locat
                 $scope.breakpointsData[0][group] += offender.count;
                 $scope.breakpointsData[0][group] += offender.count;
             });
             });
 
 
+            $scope.breakpointsSeries = ['Number of CSS rules per breakpoint'];
             $scope.breakpointsColours = ['#9c4274'];
             $scope.breakpointsColours = ['#9c4274'];
             $scope.breakpointsOptions = {
             $scope.breakpointsOptions = {
                 scaleShowGridLines: false,
                 scaleShowGridLines: false,