Candlesticks not displayed
piotryordanov opened this issue · 3 comments
piotryordanov commented
piotryordanov commented
tarkah commented
@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.
piotryordanov commented
I confirm that alacritty on windows actually makes it render well. Thx :)