tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.16k stars 58 forks source link

Candlesticks not displayed #128

Closed piotryordanov closed 3 years ago

piotryordanov commented 3 years ago

Candlesticks are not displayed as in the demo gif.

I'm running ARCH on WSL2 inside alacrity terminal. Any idea why?

image

piotryordanov commented 3 years ago

image Running it on windows with windows terminal, the candles are displayed, however there is a 'gap' inside a candle.

tarkah commented 3 years ago

@piotryordanov Each terminal / font causes things to look slightly different. I've used the following settings on Windows to get things to render properly...

font:
  offset:
    x: 0
    y: -1

With this set, tickrs line and candle charts render perfectly, both from WSL2 and Powershell via alacritty.

piotryordanov commented 3 years ago

I confirm that alacritty on windows actually makes it render well. Thx :)