tvjs-overlays icon indicating copy to clipboard operation
tvjs-overlays copied to clipboard

Overlay doesn’t work

Open avrezvanov opened this issue 3 years ago • 2 comments

Hey! I don’t understand why the overlay doesn’t work. Everything is as in the documentation. In the example, I added a stochastic, but it was not rendered. Tell me what is my mistake ?? Thanks!

https://codesandbox.io/s/prod-tdd-1v4hp?file=/src/App.vue

avrezvanov avatar Nov 29 '21 14:11 avrezvanov

the same issue. can't see overlay.

leochan007 avatar Mar 17 '22 02:03 leochan007

you should specify empty overlay like: new DataCube( { offchart: [ { name: 'Stoch', type: 'Stoch', data: [], settings: {} } ], } Overlays fills data later

alisefaalparslan avatar Apr 12 '23 22:04 alisefaalparslan