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: Fixes for continuous viewport updates #575

Merged
merged 3 commits into from
Aug 6, 2019

Commits on Aug 5, 2019

  1. Fix ordering of enumeration values

    This seemed to keep the initial value of viewport_update_policy from
    synchronizing
    jonmmease committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    ccf45a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e5894 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Fix "Cannot read property 'content' of null" error

    This happened when events events were being sent back and forth from Python to JS rapidly.
    In particular, when a plot was updated in response to continuous viewport changes.
    jonmmease committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    327f5b5 View commit details
    Browse the repository at this point in the history