Change margins in hex density chart

This commit is contained in:
toby 2017-06-05 10:24:15 -04:00
parent 1c87707a76
commit 5944568565
1 changed files with 2 additions and 2 deletions

View File

@ -151,9 +151,9 @@ const Charts = {
.attr("viewBox", `0 0 ${dimension} ${dimension}`);
let margin = {
top: 0,
top: 10,
right: 0,
bottom: 30,
bottom: 40,
left: 30,
},
width = dimension - margin.left - margin.right,