You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ReactTooltipeffect="solid"id={tooltipId}place={option.tooltip?.position??'top'}overridePosition={({ top, left },currentEvent,currentTarget,node)=>{node.style.width='190px';// Your custom widthreturn{
top,
left
};}}/>
I would need a tooltip with some width set but unable to achieve it through classes and indeed i dont want to you use
and set multiline={true}
The text was updated successfully, but these errors were encountered: