-
-
Notifications
You must be signed in to change notification settings - Fork 74
🌈 adding marker props #148
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
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #148 +/- ##
==========================================
+ Coverage 97.11% 97.15% +0.03%
==========================================
Files 13 13
Lines 972 983 +11
==========================================
+ Hits 944 955 +11
Misses 28 28
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
plotly_resampler/figure_resampler/figure_resampler_interface.py
Outdated
Show resolved
Hide resolved
TODO: test serialization with |
updated the description @jvdd |
This commit now allows sub-attribute assignment via hf_data_container
test seem to work @jvdd, will perform a first review with updated code somewhere later today! |
Ready for your review @jvdd! |
@@ -955,6 +1014,7 @@ def add_trace( | |||
# We copy (by reference) all the non-data properties of the trace in | |||
# the new trace. | |||
trace = trace._props # convert the trace into a dict | |||
# TODO -> do not use this difference -> and use a list of keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a separate issue for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - still some work to do for extending the tests etc.
@jvdd, ready for final review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just have a second look at the only open comment above
Nice job 🤝
Updated the description @jvdd
TODO:
basic_example
or create a new example @jvdd, as the basic example already is rather large.<detail>
element in theREADME
of the examples.