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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]