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

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

Closed
ASmirnov-HORIS opened this issue Aug 5, 2024 · 0 comments
Labels
failure Crash, exception occurs
Milestone

Comments

@ASmirnov-HORIS
Copy link
Collaborator

Example:

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

throws IllegalArgumentException; expected:

@ASmirnov-HORIS ASmirnov-HORIS added the failure Crash, exception occurs label Aug 5, 2024
@alshan alshan added this to the 2024Q3 milestone Aug 19, 2024
ASmirnov-HORIS added a commit that referenced this issue Aug 28, 2024
…ing all statistical manipulations. Use only one dataset for all layers.
@MKoroteev-HORIS MKoroteev-HORIS changed the title waterfall_plot: tooltips doesn't work with column names from original dataset waterfall_plot: tooltips don't work with column names from original dataset Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failure Crash, exception occurs
Projects
None yet
Development

No branches or pull requests

2 participants