Evgeniy Timokhov
                                            Evgeniy Timokhov
                                        
                                    How react-router works? Does it detach a node from DOM or remove it completely?
@linh626688 Thus it removes iframe from the tree? It might be the issue, I think you need to patch router somehow to avoid removing iframe (or any its parent node)...
@linh626688 No, unfortunately I'm not familiar with react-related stack much
Did you looking for similar issues like https://github.com/tradingview/charting-library-examples/issues/80#issuecomment-483326985 or something? `charting_library.min.js` is UMD module, which has export `widget`.
usually you don't need to use the full path to a file since charting library has a package.json file where [we have a `main` and `module` fields declared](https://github.com/tradingview/charting_library/blob/ee33bf6476e09cb79779cc417534ed062faff161/charting_library/package.json#L5-L6) so they...
What are you looking for? Server-side or client-side implementation? > Is there any examples of US stocks streaming/live data implementation? I don't think that there is a difference with non-US...
Does it work without any changes, just upgrading version? If so, feel free to make PR with updating (but please make sure that folder has correct name).
Feel free to make a PR with such example!
> have you finally worked on it? No.
@serzhikdnepr see https://github.com/tradingview/charting_library/, all files are there