TradingView Charts
January 08, 2023
Adding TradingView charts to a web application is easy with observable framework
Embedding TradingView charts is easy with the TradingView widgets. The symbol
prop is used to specify the symbol to be displayed. The theme
prop is used to specify the theme of the chart. The aspectRatio
prop is used to specify the aspect ratio of the chart.
display(<TradingViewChart symbol="NASDAQ:AAPL" theme="dark" aspectRatio="80%"/>);