<Chart/>
Advanced Real-Time Chart Widget
Here's a free and powerful chart for you to easily use. Make it yours with a ton of different customization options.
Options
Use the TradingView Chart Widget builder to generate the options for the <Chart/>
widget and pass into the options
prop.
example
<template>
<Chart :options="{
width: '100%',
height: '400',
symbol: 'NASDAQ:AAPL',
interval: 'D',
timezone: 'Etc/UTC',
theme: 'dark',
style: '1',
backgroundColor: '#0C0C0D',
locale: 'en',
enable_publishing: false,
allow_symbol_change: true,
calendar: false,
}"/>
</template>