Skip to content
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

Plotly.react #2341

Merged
merged 40 commits into from
Feb 9, 2018
Merged

Plotly.react #2341

merged 40 commits into from
Feb 9, 2018

Commits on Feb 6, 2018

  1. Plotly.react

    alexcjohnson committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    54b6969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab4f11 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. allow 0 in pushUnique

    so we can use it to make index arrays
    alexcjohnson committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    45c56b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e58b74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1074804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0548db3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    698fa4f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. only add _private attrs to legend after supplyDefaults

    width and height looked to Plotly.react like attributes -> _width, _height
    alexcjohnson committed Feb 8, 2018
    1 Configuration menu
    Copy the full SHA
    3c56243 View commit details
    Browse the repository at this point in the history
  2. cleanData should modify textposition in place

    so as to not muck up plotly.react immutable logic
    alexcjohnson committed Feb 8, 2018
    1 Configuration menu
    Copy the full SHA
    f01bab9 View commit details
    Browse the repository at this point in the history
  3. don't slice uneven arrays in scatter and related traces

    instead just record the length as fullTrace._length
    alexcjohnson committed Feb 8, 2018
    1 Configuration menu
    Copy the full SHA
    2fbd97c View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    f873b26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aaa0df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a3b075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5814642 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    8fbe06e View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    afc05c9 View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    898c39d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9270fc View commit details
    Browse the repository at this point in the history
  12. clean up carpet pushing stuff back to _fullTrace late

    except zmin/zmaxz, just ignore for now, we need to add these.
    alexcjohnson committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    414a9b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e982ca1 View commit details
    Browse the repository at this point in the history
  14. 2 Configuration menu
    Copy the full SHA
    b856ad8 View commit details
    Browse the repository at this point in the history
  15. 1 Configuration menu
    Copy the full SHA
    88ad7f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ade3cca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b98be6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3178b2e View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    564dff6 View commit details
    Browse the repository at this point in the history
  20. fix bugs in rangeslider with explicit range and relayout

    the range_slider_multiple mock showed the first bug, but I updated it so neither bound matches the default [-1, 6]
    second bug was that impliedEdits were missing so some range updates wouldn't work
    alexcjohnson committed Feb 8, 2018
    1 Configuration menu
    Copy the full SHA
    be4932d View commit details
    Browse the repository at this point in the history
  21. 1 Configuration menu
    Copy the full SHA
    0752aa5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ba4be9 View commit details
    Browse the repository at this point in the history
  23. avoid NaN in (un)selected.marker.opacity

    NaN !== NaN wat was breaking Plotly.react.
    alexcjohnson committed Feb 8, 2018
    1 Configuration menu
    Copy the full SHA
    9795b69 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57c7d6c View commit details
    Browse the repository at this point in the history
  25. more complete diffing of config

    thank you airfoil.json for including a config arg
    alexcjohnson committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    3a11062 View commit details
    Browse the repository at this point in the history
  26. update scattergeo test

    alexcjohnson committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    896471c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e12ce1b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    46c6642 View commit details
    Browse the repository at this point in the history
  29. lint

    alexcjohnson committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    4197c32 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    f9d6151 View commit details
    Browse the repository at this point in the history
  2. updated gl3d_ribbons mock

    no idea why this changed...
    alexcjohnson committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    c8a07e8 View commit details
    Browse the repository at this point in the history
  3. reset package-lock to master

    and then npm i using node 8.9.4, npm 5.6.0, so it seems to last...
    alexcjohnson committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    2a7d640 View commit details
    Browse the repository at this point in the history
  4. get the right _xlength for surface if x is 2D

    There are a bunch of extra edge cases here if the x/y/z arrays
    don't have one of the expected sizes/dimensionalities... but this
    covers more than it used to anyhow, and gets the ribbons mock right.
    alexcjohnson committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    5d6a4a0 View commit details
    Browse the repository at this point in the history