-
-
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
Merging #2860 to master #2865
Merging #2860 to master #2865
Commits on Jul 31, 2018
-
DRY and small pref boost for scattergl
- DRY using .plot & .cleear with getViewport helper fn - Dry .plot and .update with repeat helper fn - compute viewport only once per subplot, as opposed to once per trace.
Configuration menu - View commit details
-
Copy full SHA for 69dc0c4 - Browse repository at this point
Copy the full SHA 69dc0c4View commit details -
push trace module into fullLayout._modules even if visible:false
- so that gl-based trace can call their plot methods w/ an empty array of traces and just work. - update and improve scatterlg visibility tests to reflect that `restyle(gd,visible,false)` no longer clear the context
Configuration menu - View commit details
-
Copy full SHA for 41ad08a - Browse repository at this point
Copy the full SHA 41ad08aView commit details -
fill in list of visible:true module in fullLayout._visibleModules
- to not have to guard against visible!==true traces in _module.style - to shortcut full list of modules in other places downstream
Configuration menu - View commit details
-
Copy full SHA for 9c8ba02 - Browse repository at this point
Copy the full SHA 9c8ba02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef5cb3 - Browse repository at this point
Copy the full SHA 8ef5cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0b19d - Browse repository at this point
Copy the full SHA cf0b19dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc5fbe - Browse repository at this point
Copy the full SHA 9cc5fbeView commit details -
add bar autorange tests & move 'b' init to setPositions
- Bar.setPositions mutates 'b' in bar trace calcdata, so to reinit 'b' during setPositions so that it doesn't conflit with Bar.calc
Configuration menu - View commit details
-
Copy full SHA for dfada6a - Browse repository at this point
Copy the full SHA dfada6aView commit details -
- a Axes.expend clone that does not append things to ax._min/ax._max, but instead returns two arrays, a min array and max array of potential data extremes
Configuration menu - View commit details
-
Copy full SHA for be44366 - Browse repository at this point
Copy the full SHA be44366View commit details -
adapt getAutoRange and doAutoRange to trace _extremes
- pass gd, to look for _extremes in gd._fullData and eventually in layout container to can expand the axis ranges
Configuration menu - View commit details
-
Copy full SHA for ad1ac1f - Browse repository at this point
Copy the full SHA ad1ac1fView commit details -
fill trace._extremes with findExtremes in calc
- replacing Axe.expand - for ErrorBars, we append the min/max arrays of the corresponding trace
Configuration menu - View commit details
-
Copy full SHA for 769c160 - Browse repository at this point
Copy the full SHA 769c160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736ab69 - Browse repository at this point
Copy the full SHA 736ab69View commit details -
🔪 ax._min / ax._max logic for rangeslider
- questionable commit, especially the part in autorange.js, but this doesn't make any test fail ?!?
Configuration menu - View commit details
-
Copy full SHA for 6194457 - Browse repository at this point
Copy the full SHA 6194457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd06ae - Browse repository at this point
Copy the full SHA 8cd06aeView commit details -
adapt polar to new per trace/item _extremes
- N.B. polar is the only subplot apart from cartesian that used Axes.expand and friends.
Configuration menu - View commit details
-
Copy full SHA for 2a745de - Browse repository at this point
Copy the full SHA 2a745deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d4bcc - Browse repository at this point
Copy the full SHA 82d4bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29db388 - Browse repository at this point
Copy the full SHA 29db388View commit details -
- by using ax.(_traceIndices, annIndices, shapeIndices), to keep track of traces, annotations and shapes plotted on axis ax. Adapt concatExtremes accordingly!
Configuration menu - View commit details
-
Copy full SHA for 72f06a6 - Browse repository at this point
Copy the full SHA 72f06a6View commit details -
collapse trace extremes before getAutorange
... by factoring out logic from findExtremes
Configuration menu - View commit details
-
Copy full SHA for a0bfaf3 - Browse repository at this point
Copy the full SHA a0bfaf3View commit details
Commits on Aug 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33b4085 - Browse repository at this point
Copy the full SHA 33b4085View commit details -
Configuration menu - View commit details
-
Copy full SHA for d233f3b - Browse repository at this point
Copy the full SHA d233f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89aebd1 - Browse repository at this point
Copy the full SHA 89aebd1View commit details
Commits on Aug 2, 2018
-
Merge pull request #2860 from plotly/per-trace-ax-extremes-maintenance
Recycled commits from abandoned fast trace toggle PRs
Configuration menu - View commit details
-
Copy full SHA for 20db59a - Browse repository at this point
Copy the full SHA 20db59aView commit details