Monthly Crypto
The Mini Chart widget below offers a concise overview of the BTCUSD symbol’s performance over the past month. Its compact yet informative design features a price change chart, symbol name, description, and current price, providing essential information at a glance.
This widget’s layout is achieved through:
- Adjusting the width and height dimensions of the widget.
- Enabling the No time scale option in the widget constructor or setting the
noTimeScale
option totrue
in the widget’s code.
Embed code
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js" async>
{
"symbol": "BITSTAMP:BTCUSD",
"width": "250",
"height": "250",
"locale": "en",
"dateRange": "1M",
"colorTheme": "light",
"trendLineColor": "rgba(230, 145, 56, 1)",
"underLineColor": "rgba(246, 178, 107, 1)",
"underLineBottomColor": "rgba(249, 203, 156, 0)",
"isTransparent": false,
"autosize": false,
"largeChartUrl": "",
"noTimeScale": true
}
</script>
</div>
<!-- TradingView Widget END -->
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js" async>
{
"symbol": "BITSTAMP:BTCUSD",
"width": "250",
"height": "250",
"locale": "en",
"dateRange": "1M",
"colorTheme": "light",
"trendLineColor": "rgba(230, 145, 56, 1)",
"underLineColor": "rgba(246, 178, 107, 1)",
"underLineBottomColor": "rgba(249, 203, 156, 0)",
"isTransparent": false,
"autosize": false,
"largeChartUrl": "",
"noTimeScale": true
}
</script>
</div>
<!-- TradingView Widget END -->