Change margins in hex density chart
This commit is contained in:
parent
1c87707a76
commit
5944568565
@ -151,9 +151,9 @@ const Charts = {
|
|||||||
.attr("viewBox", `0 0 ${dimension} ${dimension}`);
|
.attr("viewBox", `0 0 ${dimension} ${dimension}`);
|
||||||
|
|
||||||
let margin = {
|
let margin = {
|
||||||
top: 0,
|
top: 10,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 30,
|
bottom: 40,
|
||||||
left: 30,
|
left: 30,
|
||||||
},
|
},
|
||||||
width = dimension - margin.left - margin.right,
|
width = dimension - margin.left - margin.right,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user