You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/02 23:55:24 UTC

[GitHub] betodealmeida opened a new pull request #4336: Play scrubber

betodealmeida opened a new pull request #4336: Play scrubber
URL: https://github.com/apache/incubator-superset/pull/4336
 
 
   @mistercrunch, this is the play slider/scrobbler for Deck.gl scatterplot. I started creating an NPM package for the `<PlaySlider>` component, but the layout and style is coupled with Superset, so I thought it would be better to have it here.
   
   ![out](https://user-images.githubusercontent.com/1534870/35759910-735a7a08-0831-11e8-8a5d-a4935fe5cbe9.gif)
   
   One thing I'm worried about these changes is that in order to get the start/end values for the slider the code is scanning the payload to get the min/max timestamps from the data. This has some advantages:
   
   - If you select a wide range of data (the `long_lat` sample table has a query since 2004, IIRC) the play slider will cover only the available data, making it better for exploring the results.
   - We don't need to parse the freetext ("now", "7 days ago") in Javascript.
   
   The only downside is that it could be slow. Let me know what you think.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services