Juanma Navarro

Results 3 issues of Juanma Navarro

Is there any way to set responsive the `` height? I'm unable to find an example with no fixed height.

Here is an example: Angular Loading Bar I have tried to call the `.complete()` function in the finally block but it seems not working. Is it possible?

bug

Any idea? I'm not receiving the data in the susbcriber callback and `datafeed.trustConnected` is always `false` ```js API.init(config); const datafeed = new API.websocket.Datafeed(); // close callback datafeed.onClose(() => { console.log('ws...