Skip to content

Fails with basic example dataset mentioned in the documentation. #13

@rbairi

Description

@rbairi

Tried to test it with the dataset used in the documentation:
var data = {
packageNames: ['Main', 'A', 'B'],
matrix: [[0, 1, 1], // Main depends on A and B
[0, 0, 1], // A depends on B
[0, 0, 0]] // B doesn't depend on A or Main
};

DependencyWheel based on above data set still shows that A depends on Main - doesn't reflect the data. Seems something is wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions