<MiniChart/>

Mini Chart Widget

This little one lets you see a symbol's price and change percentages, alongside an even more stripped-back chart view.


Options

Use the TradingView Mini Chart Widget builder to generate the options for the <MiniChart/> widget and pass into the options prop.

example
<template>
  <MiniChart :options="{
    width: '100%',
    height: 200,
    colorTheme: 'dark',
    symbol: 'FX:EURUSD',
    locale: 'en',
    dateRange: '12M',
    isTransparent: false,
    autosize: false,
    largeChartUrl: '',
  }"/>
</template>

Preview

Table of Contents