-
-
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
Polar 2.0 #2200
Merged
Polar 2.0 #2200
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
58d53e8
move (old) polar code to legacy/ folder
etpinard 853581e
introduce scatterpolar attributes
etpinard 3c8ae5b
introduce polar subplot attributes
etpinard ca8081b
introduce angles helper module
etpinard 46fe066
first cut polar subplot defaults and draw routines
etpinard 0826ee7
first cut scatterpolar calc/defaults/plot/style/hover
etpinard 9770f2c
misc things to get scatterpolar traces to show up
etpinard 0b85af2
init categories stashes for polar axes
etpinard cbf19c1
allow ticksuffix dflt to be passed via option
etpinard 86204a6
get polar axis updates to work
etpinard 0027f53
add legacy deprecation warnings
etpinard 4cdc301
remove obsolete check for polar in registry
etpinard a5a719c
get snapshot redraw function right for (new) polar
etpinard da720aa
improve scatterpolar hover
etpinard 04a886b
use subplot ref in scatterternary hover pointData
etpinard 22cf4ba
expose a few things out of cartesian dragbox for :recycle:
etpinard 122dd0b
uber wip polar main drag interaction
etpinard 689414c
add radial axis drag interactions
etpinard 543b615
first cut polar mocks!
etpinard 54b3f1c
Merge branch 'master' into polar
etpinard 17503cb
make scatter{ternary,polar,carpet} Scatter.style reuse straight-up
etpinard 7b0f718
add test for commit 86204a6 (ternary ax tickfont relayouts)
etpinard fbea869
:palm_tree: domain attributes
etpinard 1e769f0
make non-zero radialaxis.range[0] work
etpinard f53495e
make radial/angular axis visible: false cases work
etpinard c5a3a72
1st pass isPtWithinSector algo
etpinard 61e155c
warn -> log for polar deprecation
etpinard 258600d
:hocho: special polygon logic from scatterpolar/plot
etpinard 0a41da5
implement {angular,radial}axis.layer
etpinard f3a2379
:palm_tree: make filter-visible work for calcdata containers
etpinard 3f5e77b
first cut radial axis drag intractions
etpinard 65b717d
get `polar.sector` working on category angular axes
etpinard 13568a3
fixup isPtWithinSector
etpinard 797fec1
add support for 'log' radial axes
etpinard 0a9278c
fixup axis autotype logic for visible: false traces
etpinard 07a3af7
make sure that angular setting relayout call propagate to tick labels
etpinard a263c1c
solid zoombox try + some pan work and radial drag fixups
etpinard 765d2b7
pretty solid zoom/pan interactions
etpinard 909d134
make polar ticks relayout more robust
etpinard 3e1e4dd
:palm_tree: calcMarkerSize logic
etpinard a96131d
fix hoveron fill hover label placement edge case
etpinard b35d7ec
update ticks when panning sectors using new wrap180 routine
etpinard 5751de5
make marker.size bump radial autorange results
etpinard 86067a6
:palm_tree: cartesian/ternary/polar line/grid default logic
etpinard 5422da9
coerce 'cliponaxis' only when markers and/or text are present
etpinard b4af46f
clear ternary axis titles when ternary subplots are removed
etpinard 20b17e5
set radialaxis.rangemode dflt to 'tozero' + add support for -ve r ranges
etpinard cb78d19
implement radialaxis.title
etpinard 25b4e7b
even more robust relayout
etpinard 1e81039
large commit of attribute name & dflt changes
etpinard e5d238d
remove crispEdges for all polar subplot paths
etpinard 0146c2f
Merge branch 'master' into polar
etpinard c94423b
adapt polar to clean-subplots improvements
etpinard 4d5a1bd
fixups for domain attrs
etpinard d4c7d2c
default *rotation* to 90 for clockwise *direction*
etpinard 8b4c2b5
do not implement 'date' angular axes (for now)
etpinard 5357501
clear polar radial range viewInitial during log <-> linear relayout
etpinard 9a71ba3
set limit of 100 for num2frac denominator
etpinard f714449
extend line & fills to polar center when pts < radialaxis.range[0]
etpinard cde7369
fixup radial axis drag rotate logic
etpinard 9c4c9bf
Merge branch 'master' into polar
etpinard b365374
more strict check for polar subplot existence
etpinard a72ce55
adapt polar main drag to dragElement updates (+ tests)
etpinard 473643c
AJ-proof latest additions
etpinard c2da23e
replace dragmode: 'pan' with annulus-shaped dragger
etpinard 974740b
improve zoom dragbox behavior
etpinard e8aec86
un-rotate markers and text pts during angular drag
etpinard e8865bc
add scatterpolar hover label tests
etpinard 8a33b89
add scatterpolar select test
etpinard c7a7f59
add polar drag interaction tests
etpinard 7f7193d
a few small tweaks
etpinard 816be51
misc. polar fixup after AJ's review:
etpinard 18a3a0d
add clampFn option to dragElement & use it for radial drag box
etpinard 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 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.
Cartesian axes use a special
ticks
update pathway that.This here gets
Axes.doTicks
to update properly. I'm pretty sure some axis style updates are currently broken for ternary subplots. I'll lock those down in tests soon.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.
🔒 in 7b0f718