mirror of
https://github.com/gchq/CyberChef
synced 2025-01-22 09:15:03 +00: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}`);
|
||||
|
||||
let margin = {
|
||||
top: 0,
|
||||
top: 10,
|
||||
right: 0,
|
||||
bottom: 30,
|
||||
bottom: 40,
|
||||
left: 30,
|
||||
},
|
||||
width = dimension - margin.left - margin.right,
|
||||
|
|
Loading…
Reference in a new issue