<ForexHeatMap/>
Forex Heatmap Widget
Show off a snapshot of currency market action. This widget lets you spot strong and weak currencies and see how they compare to each other, all in real-time.
Options
Use the TradingView Forex Heatmap Widget builder to generate the options for the <ForexHeatMap/>
widget and pass into the options
prop.
example
<template>
<ForexHeatMap :options="{
width: '100%',
height: 450,
colorTheme: 'dark',
currencies: ['EUR', 'USD', 'JPY', 'GBP', 'CHF', 'AUD', 'CAD', 'NZD', 'CNY'],
isTransparent: false,
locale: 'en',
}"/>
</template>