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

Fix update method on empty and uninitialized array property #1092

Merged
merged 4 commits into from
Aug 5, 2018

Commits on Aug 4, 2018

  1. Configuration menu
    Copy the full SHA
    5c3419b View commit details
    Browse the repository at this point in the history
  2. Don't error when a literal property is set to it's correct value.

    This avoids errors when performing updates like figure.update(data=[go.Scatter(...), ...])
    jonmmease committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    6901936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f748c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b56fd2 View commit details
    Browse the repository at this point in the history