Skip to content

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

@dingyl

Description

@dingyl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions