mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix: margins
This commit is contained in:
parent
a2e3638997
commit
e5397d7e67
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ var _client = function() {
|
|||
.y(function(d) { return d[1] })
|
||||
.useInteractiveGuideline(true)
|
||||
.color(d3.scale.category20c().range())
|
||||
.margin({bottom: 105, left: 80})
|
||||
.margin({bottom: 115, left: 100})
|
||||
;
|
||||
|
||||
tmp.xAxis.showMaxMin(true).tickFormat(function(d) { return d3.time.format('%x %X')(new Date(d)) }).rotateLabels(-45);
|
||||
|
|
@ -47,7 +47,7 @@ var _client = function() {
|
|||
.color(d3.scale.category10().range())
|
||||
.x(function(d,i) { return i })
|
||||
.y(function(d) { return d[1] })
|
||||
.margin({bottom: 105, left: 80})
|
||||
.margin({bottom: 115, left: 100, right: 80})
|
||||
.focusEnable(false)
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue