Skip to content

waterfall_plot: tooltips don't work with column names from original dataset #1153

Closed
@ASmirnov-HORIS

Description

@ASmirnov-HORIS

Example:

data = {
    'cat': ['A', 'B'],
    'val': [1, 2],
}
waterfall_plot(data, 'cat', 'val', relative_tooltips=layer_tooltips().line("@cat/@..xlabel.."))

throws IllegalArgumentException; expected:

Metadata

Metadata

Assignees

No one assigned

    Labels

    failureCrash, exception occurs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions