Open Fr3sto opened 1 year ago
Have you tried the zIndex setting? Example:
{
name: "SMA",
type: "Spline",
data: indicators.sma,
settings: {
precision: 0,
zIndex: 100 // <- This
},
props: {
color: "#6fb6c7",
lineWidth: 0.2,
},
},
https://nightvision.dev/guide/data-struct/overlay-object.html#overlay-settings-zindex
Describe the bug
I use Trades type Overlay after Candles. But in chart i cant see position of trades, because they are behind chart(
Reproduction
https://nightvision.dev/guide/built-in-overlays/Trades.html
Steps to reproduce
No response
Javascript Framework
no-framework (vanilla-js)
Logs
No response
Validations