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
Choose a couple aggregate columns to plot on the bar chart
Hovering over a bar shows the correct aggregate values ✅
"Split by" another column (in this example, "name" or "season" column works well)
Hovering over a bar shows NaN aggregate values ❌
Expected Result:
When plotting only one of the Spend/Earning columns, hovering shows the value correctly. I would expect to see the same values when plotting both columns
Actual Result:
NaN
Environment:
perspective-python v2.2.1
The text was updated successfully, but these errors were encountered:
Hi. I noticed that when I select a different view(e.g. Y Area) then switch the view back to Y Bar after following steps 5 & 6, the expected output is displayed. Maybe this can help narrow down what the issue might be.
Bug Report
Steps to Reproduce:
I made a small example which is easy to cause the bug in. Skip to step 4 using this export mls_club_transfer_profit.html.zip, or go here while the site is still up: https://mls-stats.netlify.app/mls_club_transfer_profit.html
Expected Result:
When plotting only one of the Spend/Earning columns, hovering shows the value correctly. I would expect to see the same values when plotting both columns
Actual Result:
NaN
Environment:
perspective-python v2.2.1
The text was updated successfully, but these errors were encountered: