You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, the tooltip should show up if and only if you're hovering on the 2seater group
Basic Repro
// mpg can be downloaded from https://gist.github.com/omarish/5687264/raw/7e5c814ce6ef33e25d5259c1fe79463c190800d9/mpg.csvconstmpg=FileAttachment("data/mpg.csv").csv({typed:true});constsql=awaitDuckDBClient.sql({mpg: mpg})
Tr
select class, round(100*count(*) / (selectcount(*) from mpg) ) as n from mpg group by class order bycount(*);
Yes, we’re aware it works like this. Not sure it’s fixable given how the underlying coordinate system is defined (band scale), but we might be able to do something.
Fil
linked a pull request
Aug 12, 2024
that will
close
this issue
Ideally, the tooltip should show up if and only if you're hovering on the 2seater group
Basic Repro
Tr
The text was updated successfully, but these errors were encountered: