Example: ```python data = { 'cat': ['A', 'B'], 'val': [1, 2], } waterfall_plot(data, 'cat', 'val', relative_tooltips=layer_tooltips().line("@cat/@..xlabel..")) ``` throws IllegalArgumentException; expected: <img src="https://github.com/user-attachments/assets/bcb24ccc-476e-428f-9917-40066de0d491" width="500"></img>