Skip to content

Html Report truncates paths and schema names > 40 characters #242

@michael-wolfenden

Description

@michael-wolfenden

It appears that the html-report truncates the labels of any nodes that are > 40 characters.

Image

I'm assuming due to this code:

if (title?.length > 40) {
title = node.titleString;
}

Is there any option to turn this off?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions