-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Transition fillcolor #1722
Transition fillcolor #1722
Conversation
88516ea
to
66a8abf
Compare
Test failure is:
@etpinard is that to be expected? Is that an intentionally failing and not yet resolved test? |
Nop. Your patch shouldn't brake that test. |
@rreusser I just pressed rebuild on CI, it might just be an intermittent failure. |
Sounds good! Oh… sort suggested deterministic, but hover suggests maybe a little flaky. Thanks! |
@rreusser ok if I change the label to |
Yup! I debated. Do the labels have an effect/use, or is it just for record-keeping? |
To make sure |
Conflicts: test/jasmine/tests/scatter_test.js
66a8abf
to
96b4e31
Compare
@etpinard I've rebased and looks like now passing 👍 |
Great news 💃 |
This PR solves #1721 and transitions fillcolor as expected, which currently only updates on an actual redraw.
An example in which it works: http://rickyreusser.com/demos/plotly-unsupported/fillcolor-animation.html
/cc @cpsievert