tarkah/tickrs

Candlesticks not displayed

piotryordanov opened this issue · 3 comments

Candlesticks are not displayed as in the demo gif.

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

image

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

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

  • Use alacritty as the terminal. I couldn't get things to render perfectly in Windows Terminal
  • In %APPDATA%\alacritty\alacritty.yml set the following option:
font:
  offset:
    x: 0
    y: -1
  • Use font family Consolas

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

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