Hey guys, I don’t know if it’s a tooltip issue in code or in types.
According to Types, the yAlign
prop and the xAlign
prop should be TooltipAlignment (‘start’ | ‘center’ | ‘end’), possible as well as alignment for ticks. However it’s still ‘left’, ‘right’, ‘top’, ‘bottom’ in the code.
The custom tooltip is custom
in types, but external
in code.
Thank you.
I think the types are wrong in both cases. PR welcome!