-
Notifications
You must be signed in to change notification settings - Fork 18
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
VegaFusionWidget doesn't work tooltip=True in compound charts #497
Comments
Thanks for the report and repro! Looks like something might be going wrong in our dependency analysis. Could you take a look at the |
I am looking into the By the way, I found another workaround, which MIGHT be related to the quick question in this thread: #495 (comment)
This is the new workaround. I just convert the vega-lite json from altair instance (which was the input of the broken vf) into vega spec. using This is the code. Workaround 2
|
Hi Jon,
Thanks for your project always!
I am posting a reproducible notebook about another possible bug.
I must add like
.add_params(alt.selection_point(fields=['DUMMY']))
to maketooltip=True
work.Altair: Tooltip WORKING
VegaFusionWidget: Tooltip NOT WORKING
VegaFusionWidget: Tooltip WORKING only when I add some params.
I need a workaround
.add_params(alt.selection_point(fields=['DUMMY']))
.The text was updated successfully, but these errors were encountered: