Closed nchanged closed 1 year ago
Custom HTML tooltips
chart.events.on('app:cursor-changed', (e) => {});
there should be a method which would allow getting the current candle under the cursor. Would be nice to have that candle coordinates relative to the main div object so it's easier to place something on top of it.
No response
Although you supposed to use an overlay for that, I've added a method in cursor event
https://github.com/project-nv/night-vision/commit/2667bd25b6f88d750ac340422cf520bc3a5e6801
Description
Custom HTML tooltips
Suggested solution
chart.events.on('app:cursor-changed', (e) => {});
there should be a method which would allow getting the current candle under the cursor. Would be nice to have that candle coordinates relative to the main div object so it's easier to place something on top of it.
Alternative
No response
Additional context
No response
Validations