lightninglabs / lightning-terminal

Lightning Terminal: Your Home for Lightning Liquidity
MIT License
488 stars 82 forks source link

Fees Earned chart axis labels cut off #709

Closed mrfelton closed 5 months ago

mrfelton commented 5 months ago

Fees Earned chart axis labels cut off when there are large values.

...

Actual behavior

Once you get above 100k sats per day in routing fees, the labels on the y axis start to get cut off making it difficult to read the chart

image

Expected behavior

You should be able to read all of the axis labels.

This is what I'd expect to see (generated by manually fiddling with the css in dev tools)

image

To reproduce

Earn a lot of routing fees per day and then try to view the fees earned chart in terminal web.

System information

Terminal web

levmi commented 5 months ago

Thanks for flagging, working on a quick fix for this! Will be included in the next release :)

levmi commented 5 months ago

Will be fixed in our next release on Tuesday!

levmi commented 5 months ago

Should be fixed with the most recent release, but feel free to re-open if it's not!

mrfelton commented 5 months ago

Yep - all good now. Thanks