xhgui icon indicating copy to clipboard operation
xhgui copied to clipboard

执行流程图无法完全展示(Callgraph not full show)

Open dingyl opened this issue 5 years ago • 1 comments

执行流程图无法完全展示(Callgraph not full show)

var el = d3.select(container),
width = parseInt(el.style('width'), 10),
height = 1000;

var svg = d3.select(container).append('svg')
.attr('class', 'callgraph')
.attr('width', width)
.attr('height', height);

height is fixed value and dynamic width value is not correct

dingyl avatar May 09 '20 09:05 dingyl

Any chance you could send a pull request to fix what you think is incorrect?

markstory avatar May 09 '20 15:05 markstory