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
Is it possible to hide the TV logo from the chart when i use lightweight charting library?
The text was updated successfully, but these errors were encountered:
This is explained within our release notes: https://tradingview.github.io/lightweight-charts/docs/release-notes#420 and documentation: https://tradingview.github.io/lightweight-charts/docs/api/interfaces/LayoutOptions#attributionlogo
Essentially, you need to set the following chart option:
{ layout: { attributionLogo: false } }
Sorry, something went wrong.
No branches or pull requests
Is it possible to hide the TV logo from the chart when i use lightweight charting library?
The text was updated successfully, but these errors were encountered: