Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dingyl opened this issue May 9, 2020 · 1 comment
Open

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

dingyl opened this issue May 9, 2020 · 1 comment

Comments

@dingyl
Copy link

dingyl commented May 9, 2020

执行流程图无法完全展示(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

@markstory
Copy link
Member

markstory commented May 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants