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 2018/08/29 21:22:16 UTC

[GitHub] kristw commented on a change in pull request #5718: [SIP-5] Refactor and repair partition

kristw commented on a change in pull request #5718: [SIP-5] Refactor and repair partition
URL: https://github.com/apache/incubator-superset/pull/5718#discussion_r213838642
 
 

 ##########
 File path: superset/assets/src/visualizations/partition.css
 ##########
 @@ -18,10 +22,25 @@
 
 .partition g text {
   font-weight: bold;
-  pointer-events: none;
   fill: rgba(0, 0, 0, 0.8);
 }
 
 .partition g:hover text {
   fill: rgba(0, 0, 0, 1);
 }
+
+.partition .partition-tooltip {
 
 Review comment:
   I would love to get rid of in-chart tooltips and make all use `vx` tooltip

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