@@ -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,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": {