vue-tradingview icon indicating copy to clipboard operation
vue-tradingview copied to clipboard

Loading fails for the first time

Open Charles-Hamilton opened this issue 5 years ago • 2 comments

when I get navigated to the page which is going to render tradingview component ,the component responsible to ,fails to load diagrams and I have to reload the whole page to render that . have you faced with similar problem ever ?

Charles-Hamilton avatar May 04 '19 06:05 Charles-Hamilton

Have you solved the problem? How to solve it?

bellchet58 avatar Jul 26 '19 03:07 bellchet58

try{ this.initChart() }catch(err) { TradingView.onready(this.initChart.bind(this)) } It works for me. Hope it helps you.

bellchet58 avatar Jul 26 '19 06:07 bellchet58