Gaël Métais %!s(int64=9) %!d(string=hai) anos
pai
achega
f2e77a5c3a
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      front/src/js/controllers/ruleCtrl.js
  2. 1 1
      package.json

+ 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.breakpointsSeries = ['Number of CSS rules per breakpoint'];
             $scope.breakpointsColours = ['#9c4274'];
             $scope.breakpointsOptions = {
                 scaleShowGridLines: false,

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "yellowlabtools",
-  "version": "1.9.0",
+  "version": "1.9.1",
   "description": "Online tool to audit a webpage for performance and front-end quality issues",
   "license": "GPL-2.0",
   "author": {