-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Update federal reforms content
Use eslint instead of jshint
[WIP] Stylefunzies
changed top of renewables bg gradient to new gray
Megachart table cleanup
Update stickies to support browsers that support position:sticky
Add 2016 disbursements, update data transforms
New card images woo, also changed a link and emboldened small headers
[WIP] Re-style withheld list
Dev --> staging
-webkit-font-smoothing: antialiased; | ||
padding-top: 0.7em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Properties should be ordered background-color, color, -webkit-font-smoothing, padding-bottom, padding-left, padding-right, padding-top
@@ -116,7 +114,7 @@ $ab-border-thick: 4px; | |||
} | |||
|
|||
td { | |||
padding-left: 0; | |||
padding: 20px 10px 0 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shorthands of length 4
are not allowed. Value was 20px 10px 0 0
|
||
|
||
it('properly sums up "All" disbursements by fund', function() { | ||
xit('properly sums up "All" disbursements by fund', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'xit' is not defined no-undef
@@ -82,7 +82,7 @@ describe('disbursements', function() { | |||
}); | |||
}); | |||
|
|||
it("doesn't contain values that aren't in the pivot table", function(done) { | |||
xit("doesn't contain values that aren't in the pivot table", function(done) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'xit' is not defined no-undef
require('./../pages/company-revenue.js'); | ||
})(window); | ||
require('./../eiti.explore.js'); | ||
require('./../pages/company-revenue.js'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'require' is not defined no-undef
(function(exports) { | ||
'use strict'; | ||
|
||
var CustomEvent = require('custom-event'); | ||
var topojson = require('topojson'); | ||
var queue = require('d3-queue'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'require' is not defined no-undef
(function(exports) { | ||
'use strict'; | ||
|
||
var CustomEvent = require('custom-event'); | ||
var topojson = require('topojson'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'require' is not defined no-undef
@@ -100,7 +106,9 @@ | |||
} | |||
}); | |||
|
|||
var extent = d3.extent(data, function(d) { return d.y; }); | |||
var extent = d3.extent(data, function(d) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'd3' is not defined no-undef
@@ -86,7 +90,9 @@ | |||
|
|||
var xrange = this.xrange; | |||
if (!xrange) { | |||
xrange = d3.extent(data, function(d) { return +d.x; }); | |||
xrange = d3.extent(data, function(d) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'd3' is not defined no-undef
@@ -163,7 +167,9 @@ | |||
return xdomain.indexOf(d.x) > -1; | |||
}); | |||
|
|||
var extent = d3.extent(data, function(d) { return d.y; }); | |||
var extent = d3.extent(data, function(d) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'd3' is not defined no-undef
This release makes the following changes: