ypwangreg
ypwangreg
Based on https://github.com/tradingview/lightweight-charts/issues/1005 It seems that now (4.0) scaleMargins is not part of the series so need to do the following: In series, set the `priceScaleId: 'myvolume', ` Then added...
The issue turned out to be the epoll on ubuntu 22.04. I have the following fix ``` git diff src/doops.h diff --git a/src/doops.h b/src/doops.h index 06e3710..0fc7207 100644 --- a/src/doops.h +++...
I met the same error on 3.1.61 (with only --use-port=sdl2) and I fixed the issue with the following hack. tools/ports/sdl2.py ``` includes = [ports.get_include_dir('SDL2')] if settings.PTHREADS: flags += ['-pthread'] +...
I tried the following hack and it works. In your generated project.html, adding a button called 'clickToRun' ``` + Resize canvas Lock/hide mouse pointer ``` then later in the...