-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
restyle/relayout refactor #1999
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
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4d3e2ec
test - and fix - most of the relayout doextras
alexcjohnson 95d7d71
test - and fix - most of the doextra calls in restyle
alexcjohnson 3326ecc
test that xaxis-only items are only in the xaxis in the schema
alexcjohnson a948cce
merge component attribute schemas into core at register time
alexcjohnson dd52922
fix lib test for undefined -> null in undoqueue
alexcjohnson f90f079
abstract id/name counter regex and standardize cartesian attrRegex
alexcjohnson e036fea
fix #1325 - animating multiple axes
alexcjohnson 69e0188
Plotschema getTraceValObject and getLayoutValObject methods
alexcjohnson bbfe399
relativeAttr
alexcjohnson 29931ec
fix annotation comments/descriptions
alexcjohnson fad72a2
make common hover label pick up changes quicker
alexcjohnson e895b32
edit_types.overrideAll
alexcjohnson 7a7dc6d
let PlotSchema.crawl report the complete attribute string
alexcjohnson c87b01a
better reporting from hover label test
alexcjohnson 658e5cb
fix registry for new circular dep
alexcjohnson f49ae5e
massive commit to lock in editType and impliedEdits and clean up rest…
alexcjohnson 7ea0d25
lint
alexcjohnson 284c87f
remove obsolete comment in gl3d
alexcjohnson b9826c8
change overrideAll API to nested/from-root only
alexcjohnson 7c38a4a
clean up restyle/relayout flag names
alexcjohnson 96cc57f
clean up editTypes/impliedEdits and formalize & document their schema…
alexcjohnson cb94e95
test restrictions on component xaxis/yaxis schemas
alexcjohnson 238e248
preserve impliedEdits: {key: undefined} by extendDeepAll
alexcjohnson 42662ba
comments on relative_attr regexps
alexcjohnson 50aa1ca
include schema in dist
alexcjohnson 62a1392
fix plotschema test for metaKeys
alexcjohnson 87b26d5
test order-independence of trace/transform/component registration
alexcjohnson 040ed1b
test colorbar editing
alexcjohnson 388a7fe
abstract - and fix - automatic axis type clearing
alexcjohnson 6e8a68c
coerceTraceIndices earlier so clearAxisTypes can use it
alexcjohnson 4f8fc66
move clearAxisTypes into helpers
alexcjohnson 97ddf48
update jsdom to v11.2 with new API
alexcjohnson fe7db79
oops didn't mean to commit that commented out...
alexcjohnson 68f5dbc
fix and test errorbar visibility toggling
alexcjohnson d15e541
layout.showlegend test
alexcjohnson 7ec1634
closes #615 - something else in this PR fixed it, just nailing a test
alexcjohnson a107466
fix #358 - restyling orientation
alexcjohnson 42805c2
test histogram changing data type
alexcjohnson 8d9feaf
fix #2020 - editing plots with multiple histograms
alexcjohnson 0a98a6d
lint
alexcjohnson e4227aa
move checkTicks into custom_assertions
alexcjohnson 0729921
load custom_matchers globally, and refactor negateIf as a method
alexcjohnson 407ae5a
pull custom_matchers out of requirejs bundle test
alexcjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
(note-to-self comment) I'm getting tired of these
jasmine.addMatchers
. I'll try to find a way to add our custom matchers globally once and for all.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.
❤️ 🎉 🥇 👏 💯
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.
global addMatchers, and turning
negateIf
into a method (which I could only see how to do globally) ->0729921 hopefully it works right on circle 🙏