tvjs-overlays
tvjs-overlays copied to clipboard
Overlay doesn’t work
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
the same issue. can't see overlay.
you should specify empty overlay like:
new DataCube( { offchart: [ { name: 'Stoch', type: 'Stoch', data: [], settings: {} } ], }
Overlays fills data later