-
Notifications
You must be signed in to change notification settings - Fork 795
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
feat: Extend .interactive()
with tooltip and legend
#3394
base: main
Are you sure you want to change the base?
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e85a59 - Browse repository at this point
Copy the full SHA 1e85a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76a3e2 - Browse repository at this point
Copy the full SHA e76a3e2View commit details -
Avoid calling
to_dict()
sincevalidate=False
is currently not sup……ported for channels
Configuration menu - View commit details
-
Copy full SHA for 7c127fd - Browse repository at this point
Copy the full SHA 7c127fdView commit details -
Detect encodings used in spec from possible legend encodings
There are many encodings that are never used in the legend which we do not need to include
Configuration menu - View commit details
-
Copy full SHA for d20ecc8 - Browse repository at this point
Copy the full SHA d20ecc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fea185 - Browse repository at this point
Copy the full SHA 7fea185View commit details -
Switch to using the
react: false
approachThis allows us to precompute the domain without access to the data in the python code. One current issue is that that domain is not sorted, which we will need to deal with in a follow up.
Configuration menu - View commit details
-
Copy full SHA for 343bb94 - Browse repository at this point
Copy the full SHA 343bb94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5b688 - Browse repository at this point
Copy the full SHA 0b5b688View commit details -
Support only one legend encoding channel
Vega-Lite does not allow for more than one channel when binding a parameter to the legend
Configuration menu - View commit details
-
Copy full SHA for cbf51c4 - Browse repository at this point
Copy the full SHA cbf51c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29994be - Browse repository at this point
Copy the full SHA 29994beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d85e02 - Browse repository at this point
Copy the full SHA 8d85e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a5a17 - Browse repository at this point
Copy the full SHA f3a5a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2305bd - Browse repository at this point
Copy the full SHA f2305bdView commit details -
Use
is_undefined
instead ofisinstance
Co-authored-by: Dan Redding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2981860 - Browse repository at this point
Copy the full SHA 2981860View commit details -
Co-authored-by: Dan Redding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f900e - Browse repository at this point
Copy the full SHA 32f900eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3df47 - Browse repository at this point
Copy the full SHA cc3df47View commit details -
Co-authored-by: Dan Redding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 706f374 - Browse repository at this point
Copy the full SHA 706f374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb743e - Browse repository at this point
Copy the full SHA 3eb743eView commit details -
Indicate that there is only a subset of encodings allowed for the leg…
…end rather than all availabe ones
Configuration menu - View commit details
-
Copy full SHA for 4794028 - Browse repository at this point
Copy the full SHA 4794028View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8001da - Browse repository at this point
Copy the full SHA a8001daView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49bd736 - Browse repository at this point
Copy the full SHA 49bd736View commit details -
Configuration menu - View commit details
-
Copy full SHA for b125c19 - Browse repository at this point
Copy the full SHA b125c19View commit details -
Ensure that tooltips are added
Previously the tooltip would not be added since mark was overwitten and no longer pointing to chart.mark
Configuration menu - View commit details
-
Copy full SHA for 01644a2 - Browse repository at this point
Copy the full SHA 01644a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b8aab - Browse repository at this point
Copy the full SHA 24b8aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 708457c - Browse repository at this point
Copy the full SHA 708457cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fd920 - Browse repository at this point
Copy the full SHA 51fd920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885767a - Browse repository at this point
Copy the full SHA 885767aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 728d3cb - Browse repository at this point
Copy the full SHA 728d3cbView commit details -
test: Use
color_data
in `test_interactive_legend_made_interactive_f……or_appropriate_encodings_types`
Configuration menu - View commit details
-
Copy full SHA for 61281d7 - Browse repository at this point
Copy the full SHA 61281d7View commit details -
test: Adds implementation for `test_interactive_legend_made_interacti…
…ve_for_legend_encodings` The `KeyError` is for `Radius2` not having a `type` parameter.
Configuration menu - View commit details
-
Copy full SHA for 5204759 - Browse repository at this point
Copy the full SHA 5204759View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab7dab4 - Browse repository at this point
Copy the full SHA ab7dab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6dac9d - Browse repository at this point
Copy the full SHA c6dac9dView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f47fa0 - Browse repository at this point
Copy the full SHA 5f47fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7ccfb - Browse repository at this point
Copy the full SHA bd7ccfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b12df6 - Browse repository at this point
Copy the full SHA 4b12df6View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9f8850 - Browse repository at this point
Copy the full SHA d9f8850View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 479fe27 - Browse repository at this point
Copy the full SHA 479fe27View commit details