mirror of
https://github.com/gchq/CyberChef
synced 2026-01-08 11:33:51 +00:00
Change margins in hex density chart
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user