You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/03/29 13:12:16 UTC

[GitHub] [incubator-superset] zpanderson opened a new issue #7174: Deck.gl Issues

zpanderson opened a new issue #7174: Deck.gl Issues
URL: https://github.com/apache/incubator-superset/issues/7174
 
 
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [X] I have reproduced the issue with at least the latest released version of superset.
   - [X] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   
   0.999.0dev - Running with the docker image specified in the Installation & Configuration guide.
   
   ### Expected results
   
   Use deck.gl visualizations with tooltips and 3d effect.
   
   ### Actual results
   
   Cannot use anything other than static text for tooltips and 3d visualizations for deck.gl maps do not work.  
   
   ### Steps to reproduce
   
   I have a couple issues with the deck.gl visualizations:
   
   1)  I'm stuck on the deck.gl maps though and can't quite get the javascript "hover" functionality to work quite right.  If I just return text, the tooltip comes up and seems to work:
   
   function updateTooltip(object) {
   
      return ("Test Tooltip");
   
   }
   When I try to use one of the columns that I added to the "Extra data for JS" field (time_stamp), on hover nothing comes up at all:
   
   function updateTooltip(object) {
   
      return ("Test Tooltip: " + object.object.extraProps.time_stamp);
   
   }
   
   2) Another issue I'm having with the deck.gl maps in general is that when I use the bar/hex 3d visualizations I don't get the 3d effect.  It just looks like a flat map so I don't get the height perspective.   I found a git issue about it that said to disable the auto zoom but that didn't make any difference in my environment.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org