10000 Transitions with Plotly.react by etpinard · Pull Request #3217 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Transitions with Plotly.react #3217

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

Merged
merged 23 commits into from
Jan 22, 2019
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0d34b05
add `anim:true` info to valObjects of animatable scatter attributes
etpinard Nov 5, 2018
1087b8e
add `anim:true` to cartesian axis range attribute declarations
etpinard Nov 5, 2018
78c3840
add layout.transition attribute
etpinard Nov 5, 2018
5010de0
track axes w/ autorange:true / altered ranges during react diffing
etpinard Nov 5, 2018
1cb0d5f
first cut Plotly.react transitions
etpinard Nov 5, 2018
209d7b4
fixup react 'anim' flag logic
etpinard Nov 7, 2018
472d0d1
no need to call _module.plot during layout-only transitions
etpinard Nov 7, 2018
badfeda
add react+transitions tests
etpinard Nov 7, 2018
8a37ff1
Merge branch 'master' into transitions-in-react
etpinard Dec 12, 2018
29ce6df
Merge branch 'master' into transitions-in-react
etpinard Jan 9, 2019
3c51bf3
adapt Axes.transition2 to new axes draw routines
etpinard Jan 9, 2019
19e2bb2
lint
etpinard Jan 9, 2019
c087b0a
improved transitionAxes yes/no logic
etpinard Jan 9, 2019
4ef048f
make trace `uid` accept numbers
etpinard Jan 10, 2019
61ee4e9
make trace uid an `anim:true` attr + improve description
etpinard Jan 10, 2019
73284f4
add test for trace object-constancy out-of-order case
etpinard Jan 10, 2019
33a9530
allow react-transition to diff when old/new fullData lengths mismatch
etpinard Jan 10, 2019
fd121f4
don't count editType:'none' edits as "changes",
etpinard Jan 14, 2019
eb7ba35
add Axes.redrawComponents
etpinard Jan 14, 2019
1ed4e42
merge Plotly.animate and Plotly.react transition pathways
etpinard Jan 14, 2019
8ab38be
add transition.ordering attr
etpinard Jan 14, 2019
057c811
Merge branch 'master' into transitions-in-react
etpinard Jan 16, 2019
ec4d8b9
some linting
etpinard Jan 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add react+transitions tests
  • Loading branch information
etpinard committed Nov 7, 2018
commit badfeda61f7b3183239fcd5b458bf55d45a7d08d
Loading
0