admin管理员组

文章数量:1394080

is there a way to overflow rechart tooltip in y position?. when i hover at the top of the bar it does not overflow.

<div style={{ overflowX: "scroll", overflowY: "hidden" }}>
   <div style={{ width:"600px", height:"300px" }}>
     <ResponsiveContainer>
        <div> rechart bar here with tooltip with allowViewBox escape enabled </div>
     </ResponsiveContainer>
   </div>
</div>

本文标签: Rechart tooltip does not overflow when container is scrollableStack Overflow