forked from IDouble/HTML-Crypto-Currency-Chart-Snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMini-Chart.html
21 lines (21 loc) · 826 Bytes
/
Mini-Chart.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- 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/symbols/BINANCE-ETCUSDT/" rel="noopener" target="_blank"><span class="blue-text">IOTUSD Rates</span></a> by TradingView</div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js" async>
{
"symbol": "BINANCE:ETCUSDT",
"width": "100%",
"height": "100%",
"locale": "en",
"dateRange": "12m",
"colorTheme": "dark",
"trendLineColor": "rgba(164, 194, 244, 1)",
"underLineColor": "rgba(201, 218, 248, 0.15)",
"isTransparent": false,
"autosize": true,
"largeChartUrl": ""
}
</script>
</div>
<!-- TradingView Widget END -->