Hello! I have a chart that looks like this:
I want to change how the numbers on the line chart are displayed from 80.000k to 80k without changing the dataframe. I wish that had some way to do this on plotly.
Already tryed some tickformat inputs like
fig.update_yaxes(tickformat=".2s")
and others, but nothing seems to work.
Is this possible?