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 play slider in deck.gl visualizations #6797

Merged
merged 1 commit into from Feb 1, 2019
Merged

Conversation

betodealmeida
Copy link
Member

The play slider was broken because before we would call constructor for every query, and we no longer do that.

Tested with the scatterplot deck.gl demo, and it now works as expected.

@betodealmeida betodealmeida added !deprecated-label:bug Deprecated label - Use #bug instead .js v0.30 labels Feb 1, 2019
@codecov-io
Copy link

Codecov Report

Merging #6797 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6797      +/-   ##
==========================================
- Coverage   56.07%   56.07%   -0.01%     
==========================================
  Files         526      526              
  Lines       23251    23253       +2     
  Branches     2782     2783       +1     
==========================================
  Hits        13038    13038              
- Misses       9804     9806       +2     
  Partials      409      409
Impacted Files Coverage Δ
...sualizations/deckgl/CategoricalDeckGLContainer.jsx 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update adc9a6b...a09348d. Read the comment docs.

@mistercrunch
Copy link
Member

LGTM

@xtinec xtinec merged commit 5669a82 into apache:master Feb 1, 2019
@xtinec xtinec added the v0.31 label Feb 1, 2019
@mistercrunch
Copy link
Member

@xtinec careful when you merge to always use "Squash and Merge", it makes release management easier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead v0.30 v0.31
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants