cointop
cointop copied to clipboard
Does not go full width at 1440p
At 2560x1440
resolution in a windowed (Alacritty) and full screen (Kitty) terminal, cointop does not extend fully to the right.
See https://i.imgur.com/B5U210U.png
Hi @Strykar, would you expect all the columns to be evenly spaced out in this case?
@miguelmota Hi, yes, auto adjusting the columns based on width would be nice, esp. at higher resolutions.
Is it the chart you're interested in, or the table? (the chart is easy/trivial, the table code would be a lot more involved)
Chart width option - https://github.com/miguelmota/cointop/pull/189
Set max_chart_width = 0
in config.toml then it looks like this:
Is it the chart you're interested in, or the table? (the chart is easy/trivial, the table code would be a lot more involved)
No, that appears like the current chart with just the graph and date columns spilling over to the right.
I asked: Is it the chart you're interested in, or the table? (and I provided a solution for the chart).
It seems you're interested in the table too? What do you suggest - just adding padding to all the columns evenly until it fills the space? This may make it hard to read / line-up?
I asked: Is it the chart you're interested in, or the table? (and I provided a solution for the chart).
It seems you're interested in the table too? What do you suggest - just adding padding to all the columns evenly until it fills the space? This may make it hard to read / line-up?
Both, chart and table. Honestly I can't think of a better solution than padding, which may not be worth the effort as you point out.
I would like to add that it happens for me on 1080p also, so it's probably independent of resolution. I also think padding is the best solution, as right now the columns seem squeezed together if the values are very large. Some coin names are even cut off, which doesn't make sense when there's so much space left.