<CryptoHeatMap/>

Crypto Coins Heatmap Widget

This widget gives you a birds-eye view of crypto. Segment by type of coin, market cap, recent performance and more.


Options

Use the TradingView Crypto Coins Heatmap Widget builder to generate the options for the <CryptoHeatMap/> widget and pass into the options prop.

example
<template>
  <CryptoHeatMap :options="{
    dataSource: 'Crypto',
    width: '100%',
    height: 450,
    colorTheme: 'dark',
    blockSize: 'market_cap_calc',
    blockColor: 'change',
    locale: 'en',
    symbolUrl: '',
    hasTopBar: false,
    isDataSetEnabled: false,
    isZoomEnabled: true,
    hasSymbolTooltip: true,
  }"/>
</template>

Preview

Table of Contents