Skip to content

Commit

Permalink
fix treemap being too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-easterly committed Jul 13, 2017
1 parent 85fc4d1 commit 2fbf9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/plugins/visualizations/unipept/static/style.css
Expand Up @@ -23,14 +23,14 @@ body {
border-top: 0;
display: block;
padding: 0;
margin:0;
margin: 0 auto;
}

/*modifies wrapper associated with each viz type*/
.content-container .wrapper {
margin: 0;
padding: 0;
border: none;
border: 0;
}

/*modifies header with buttons and helper text*/
Expand Down
Expand Up @@ -54,7 +54,7 @@
if (error) return console.warn(error);
$("#treemap").treemap(data, {
width: 800,
width: 798,
height: 780,
getTooltip: function(d) {
let numberFormat = d3.format(",d");
Expand Down

0 comments on commit 2fbf9af

Please sign in to comment.