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 2022/11/14 20:55:42 UTC

[GitHub] [superset] michael-s-molina commented on a diff in pull request #22082: fix: Drill to detail blocked by tooltip

michael-s-molina commented on code in PR #22082:
URL: https://github.com/apache/superset/pull/22082#discussion_r1022056926


##########
superset-frontend/plugins/plugin-chart-echarts/src/defaults.ts:
##########
@@ -23,7 +23,7 @@ export const defaultGrid = {
 };
 
 export const defaultTooltip = {
-  confine: true,
+  confine: false,

Review Comment:
   Thanks for the context @villebro. What I noticed is that `confine` is used when overriding the positioning function. I wasn't able to make the tooltip overflow when using the default positioning function with `confine: false`.
   
   https://user-images.githubusercontent.com/70410625/201763499-9ce58788-ef88-460d-8e57-20f871195083.mov
   
   



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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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