mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 01:21:21 +00:00
remove
This commit is contained in:
parent
e99416bec7
commit
5b95331ac9
@ -40,10 +40,8 @@ export default class ListGraph {
|
||||
constructor(el: HTMLDivElement, handleSelectSpan: (i: Trace) => void) {
|
||||
this.handleSelectSpan = handleSelectSpan;
|
||||
this.el = el;
|
||||
console.log(el.getBoundingClientRect());
|
||||
this.width = el.getBoundingClientRect().width - 10;
|
||||
this.height = el.getBoundingClientRect().height - 10;
|
||||
console.log(el);
|
||||
this.svg = d3
|
||||
.select(this.el)
|
||||
.append("svg")
|
||||
|
Loading…
Reference in New Issue
Block a user