I'm using tradingview charting library and I want to remove marketing logo and link rendering over the chart. I think it should be linked with the subscription so, I've to integrate client_id and user_id? Also, where I can get this from my tradingview account?
Asked
Active
Viewed 2,905 times
2 Answers
3
Charting library have different versions, with different code for logotype. Tell your version of charting library, or find in file charting_library\static\bundles\library.******.js Need to delete a little code.

Александр Мамай
- 41
- 3
-
Hello, I'm interested in this, could you please share for the last version of charting an example how to remove that? – Mihail Salari Jul 16 '19 at 14:00
-
3i cannot share, because charting library does not open source. You can download at official github, or manually from oficial demo page (need download many files by links from browser console with 404 errors. Only one html file need to do download with online html source code website). At latest version 1.15 disable logo is easy. disabled_features: ["widget_logo",], – Александр Мамай Jul 17 '19 at 15:49
3
You can use this setting in the TradingView (Version 23) widgetOptions:
disabled_features: ['widget_logo'],

Prince
- 20,353
- 6
- 39
- 59