Skip to content

catchup #3

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 95 commits into from
Sep 30, 2018
Merged

catchup #3

merged 95 commits into from
Sep 30, 2018

Conversation

ErwanMAS
Copy link
Owner

catchup

etpinard and others added 30 commits July 26, 2018 15:10
... instead of clearing them entirely, this is more
    consistent with what the react-chart-editor expects
- this piece here is called by Colorbar.supplyDefaults, but
  colorbars do not have a container-wide 'color' attribute unlike
  axes, so the comparison with layoutAttributes.color was off.
- this bug did not affect the baselines as this routine is called
  again during Colorbar.draw with a set container color.
... this reduces the occurance of intermittent failure in
    the gl2d_click suite on etpinard's laptop
The title can be shown either inside the hole (if there is one),
or outside. If the title is placed outside, the algorithm tries to
position it so that it does not intersect labels or pulled slices.
this sets clientX and clientY to the values from the first touch in TouchEvent.changedTouches
and along the way speed up trace deletion in general, by not redrawing
all the points in the deleted trace immediately before removing them!
Fix stacked area layering and deletion bugs
- in the process, pull out clipEnds, anyCounterAxLineAtZero and
  hasBarsOrFill
- attach 'clipped' grid values to ax._valsClipped
- lock down showline/zeroline behavior
- draw zeroline above grid lines
- adapt regl grid test values
- tick0 and dtick *do* have defaults (filled in supplyDefaults),
  which make them compatible with the stock diffing algorithm.
antoinerg and others added 27 commits September 20, 2018 18:16
- coerce polar?.bargap and polar?.barmode only for subplots
  with visible barpolar traces on them.
If it is undefined, titleposition is set to 'middle center', if hole > 0,
and to 'top center' otherwise. _verifyTitle now returns a promise.
- before this commit 'text' values were shown first
  i.e. above r and theta values in the hover labels.
Polar 'text' in hover labels fixes
Fix pie's support for individual stroke width values [2989]
- when hovermode:'y' and one trace with multiple hover labels
- when hovermode:'closest' and at leat one trace is 'horizontal'
  on the subplot.

- lock behavior in violin suite.
... and fix tests that were asserting white on white
    hover label text.
fallback to max-width and max-height if necessary
... and if the corresponding trace is 'horizontal'
- this makes the trace name visible with
  e.g. hoverlabel.bgcolor: 'white'
Fix hover label coloring on white bgcolor
…bels

Rotate hover labels in a few more scenarios
- this didn't lead to any bugs, as the correct editType was resolved,
  it lead to false Lib.warn message.
…ray-cont

Do not to look for 'add' or 'remove' when replacing array containers
@ErwanMAS ErwanMAS closed this Sep 30, 2018
@ErwanMAS ErwanMAS reopened this Sep 30, 2018
@ErwanMAS ErwanMAS merged commit e69e2d6 into ErwanMAS:master Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants