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/02/16 02:24:44 UTC

[GitHub] xtinec commented on a change in pull request #6895: Fix tooltip

xtinec commented on a change in pull request #6895: Fix tooltip
URL: https://github.com/apache/incubator-superset/pull/6895#discussion_r257441855
 
 

 ##########
 File path: superset/assets/src/visualizations/deckgl/layers/common.jsx
 ##########
 @@ -71,7 +71,7 @@ export function commonLayerProps(formData, setTooltip, onSelect) {
         setTooltip({
           content: tooltipContentGenerator(o),
           x: o.x,
-          y: o.y,
+          y: o.y + 30,
 
 Review comment:
   What does the `+30` do? Reposition the tooltip to a better place?

----------------------------------------------------------------
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

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