Merge pull request #7308 from dhavalveera/trading_view

TradingView Chart Library Trace added
main
Elbert Alias 2 years ago committed by GitHub
commit 319772d773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -756,8 +756,8 @@
], ],
"name": "Domain parking", "name": "Domain parking",
"priority": 9 "priority": 9
}, },
"110": { "110": {
"groups": [ "groups": [
8 8
], ],
@ -771,4 +771,4 @@
"name": "Fundraising & donations", "name": "Fundraising & donations",
"priority": 9 "priority": 9
} }
} }

@ -0,0 +1 @@
<svg width="32" height="32" viewBox="0 0 36 28" xmlns="http://www.w3.org/2000/svg"><path d="M14 22H7V11H0V4h14v18zM28 22h-8l7.5-18h8L28 22z" fill="currentColor"></path><circle cx="20" cy="8" r="4" fill="currentColor"></circle></svg>

After

Width:  |  Height:  |  Size: 232 B

@ -520,6 +520,7 @@
92 92
], ],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"dom": "script[type*='text/partytown']",
"icon": "Partytown.svg", "icon": "Partytown.svg",
"dom": "script[type*='text/partytown']", "dom": "script[type*='text/partytown']",
"js": { "js": {
@ -3373,4 +3374,4 @@
}, },
"website": "http://punbb.informer.com" "website": "http://punbb.informer.com"
} }
} }

@ -2214,6 +2214,20 @@
"scriptSrc": "swrap\\.tradedoubler\\.com", "scriptSrc": "swrap\\.tradedoubler\\.com",
"website": "https://www.tradedoubler.com/" "website": "https://www.tradedoubler.com/"
}, },
"TradingView": {
"cats": [
25
],
"description": "TradingView is used to show world chart, chats and trades markets.",
"dom": "iframe[src*='.tradingview.com/']",
"icon": "trading_view.svg",
"pricing": [
"low",
"freemium",
"recurring"
],
"website": "https://www.tradingview.com"
},
"Traek": { "Traek": {
"cats": [ "cats": [
10 10