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. 
Can do another sweep after converting these to react

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to