append to a column element script give response nothing. any idea?
js:
Case "tradingview"
MainPageHolder.Element.Empty
MainPageHolder.Element.LoadLayout("trview")
SKColumn1kb.Element.Append($"<script Type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js" async>
{
"autosize": True,
"symbol": "BIST": AKBNK,
"interval": "W",
"timezone": "Etc/UTC",
"theme": "light",
"style": "1",
"locale": "tr",
"enable_publishing": False,
"hide_top_toolbar": True,
"hide_legend": True,
"allow_symbol_change": True,
"save_image": False,
"calendar": False,
"support_host": "https://www.tradingview.com"
}
</script>"$)