Francis-Mwaniki / vue-trading-view-integration

how you can integrate trading components in vue without npm packages

Home Page:https://vue-trading-view-integration.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integrating tradingview without npm packages in vuejs

Project setup

<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container" style="height:100%;width:100%">
  <div class="tradingview-widget-container__widget" style="height:calc(100% - 32px);width:100%"></div>
  <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
  <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js" async>
  {
  "autosize": true,
  "symbol": "NASDAQ:AAPL",
  "timezone": "Etc/UTC",
  "theme": "dark",
  "style": "1",
  "locale": "en",
  "enable_publishing": true,
  "withdateranges": true,
  "range": "YTD",
  "hide_side_toolbar": false,
  "allow_symbol_change": true,
  "details": true,
  "hotlist": true,
  "calendar": true,
  "support_host": "https://www.tradingview.com"
}
  </script>
</div>
<!-- TradingView Widget END -->

About

how you can integrate trading components in vue without npm packages

https://vue-trading-view-integration.vercel.app


Languages

Language:Vue 88.4%Language:CSS 6.1%Language:JavaScript 3.1%Language:HTML 2.4%