We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use Trades type Overlay after Candles. But in chart i cant see position of trades, because they are behind chart(
https://nightvision.dev/guide/built-in-overlays/Trades.html
No response
no-framework (vanilla-js)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: