Closed jbloom closed 1 year ago
Thanks for raising @jbloom! That commit and corresponding PR you refer to appears to be documentation only.
It is maybe because of #2522? Unintended side-effect @joelostblom?
Sorry, I didn't mean that commit caused the problem (I haven't tried to trace back). Just that I am using the code base at that commit and getting the problem. Previously I was using a commit from ~year earlier and didn't have the problem.
No problem. Thanks for clarifying!
The following code used to work in recent versions of
altair
including the current in-development branchBut by commit f8912bad75d4247ab7 this code throws an error.
The problem appears to be that specifying a variable for a tooltip without a type throws an error if the variable in a
pandas.Categorical
.Specifically, this code:
Now throws an error.
The error is: