tooptip hidden by parent-box, please give me some suggestions! #3740
Closed
Luckywannnnng
started this conversation in
General
Replies: 1 comment
-
document.getElementsByClassName('apexcharts-canvas')[chart_index].style.position = 'static' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1、I had set parent-box's style overflow-x:scroll; overflow-y:hidden, because i need to keep parent-box'direction-x scrollable when x-axios's size become large, but tooltip is too high to be hidden by parent-box (figure 1-1).
2、only when i set parent-box's style: overflow-x:hidden,that makes tooptip display all (figure 1-2).
3、what i need?
keep direction-x scrollable && tooltip can't be hidden by parent-box,what should i do,anyone give me some suggestions, please!
Beta Was this translation helpful? Give feedback.
All reactions