Evgeniy Timokhov

Results 382 comments of Evgeniy Timokhov

I have similar (the same?) problem and it started happening for me maybe a few months ago: ![faf-client-bug](https://user-images.githubusercontent.com/3112183/175834621-20bebc9d-69f2-42d4-8caf-4cc8f35eb6d8.gif) I don't know what exactly causes this and what the steps to...

This is how it is usually looks like for me after a game. Note that in addition to the issues above 1) all the games have wrong preview (but I...

Please check this field https://github.com/tradingview/charting-library-tutorial/blob/85ba9f0eab6543840646f07e1de49df7482a6ea0/src/datafeed.js#L114

What server do you use to serve static files? I believe that the issue is related to it.

> I need to change container to container_id in main.js to avoid an error. That's because tutorial is adapted to be used with the latest unstable charting library version (which...

> Day, week and month resolution works ok. Did I do something wrong or do I need external conditions (like paid plan) to enable resolutions less than 1D? Your symbols...

Is this issue related to this tutorial itself?

@rrdsgn what `container`/`conatiner_id` option did you provide? it seems that the element with such ID doesn't exist in DOM

I guess we have to set `ticker` property [here](https://github.com/tradingview/charting-library-tutorial/blob/ea1d817abbaf65cd2a4fcc07b0199f4e6209671c/src/datafeed.js#L104-L119) as well. Would you like to make a PR?