mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Change margins in hex density chart
This commit is contained in:
parent
1c87707a76
commit
5944568565
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue