Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
fix revenue for #893
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Dec 1, 2015
1 parent 1e73c54 commit a411da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/pages/revenue.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@

var header = selection.select('.region-header');
if (header.select('*').empty()) {
header.call(createRegionRow);
header.append('tr')
.call(createRegionRow);
}

var total = d3.sum(data, getter(fields.value));
Expand Down

0 comments on commit a411da7

Please sign in to comment.