Gaël Métais 9 年之前
父节点
当前提交
f2e77a5c3a
共有 2 个文件被更改,包括 2 次插入1 次删除
  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.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,

+ 1 - 1
package.json

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