Is there a maximum integer for plotly scatterplot y-axis values? 128 bit number is plotting bizzare

Hi,
Is there a maximum number above which value will not plot correctly on a chart?

I’m trying to plot a 128 bit value (0xFFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF
This is standard data sizes my client is using on a daily basis.

When I try to plot it the plot behaves strange, as if the value is -1 but it does not react to hover or pan events. smaller numbers look fine. am I missing something? is there a way around it?

Thank you.