<CompanyProfile/>
Company Profile Widget
This handy little widget shows a company description along with key categories - sector & industry.
Options
Use the TradingView Company Profile Widget builder to generate the options for the <CompanyProfile/>
widget and pass into the options
prop.
example
<template>
<CompanyProfile :options="{
width: '100%',
height: 450,
isTransparent: false,
colorTheme: 'dark',
symbol: 'NASDAQ:AAPL',
locale: 'en',
}"/>
</template>