Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

128
Views
¿Cómo puedo usar el widget de gráfico Trading View en Vue.Js Project?

Estoy tratando de agregar gráficos de vistas comerciales a mi proyecto Vue.js, pero no puedo encontrar una manera de usarlo. Aquí está la etiqueta html, ¿alguien puede ayudarme a usarla?

 <div class="tradingview-widget-container"> <div id="tradingview_bf88f"></div> <div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/NASDAQ-AAPL/" rel="noopener" target="_blank"><span class="blue-text">AAPL Chart</span></a> by TradingView</div> <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script> <script type="text/javascript"> new TradingView.widget( { "width": 980, "height": 610, "symbol": "NASDAQ:AAPL", "interval": "D", "timezone": "Etc/UTC", "theme": "dark", "style": "1", "locale": "en", "toolbar_bg": "#f1f3f6", "enable_publishing": false, "allow_symbol_change": true, "container_id": "tradingview_bf88f" } ); </script> </div>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede usar estos componentes de vue js para el widget de gráficos en tiempo real de tradingview. Creo que esto es exactamente lo que quieres.

Respuesta actualizada:

Preste atención a que en la versión actual de este componente (1.0.1) hay un error en la documentación. Deberías importar este componente así:

 import VueTradingView from 'vue-trading-view/src/vue-trading-view';
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!