nick5363 commited on
Commit
788e18d
·
verified ·
1 Parent(s): 0d5dd52

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -23
index.html CHANGED
@@ -322,29 +322,31 @@ updateCountdown();
322
 
323
  <div id="heatmap">
324
 
325
- <div class="tradingview-widget-container">
326
- <div class="tradingview-widget-container__widget"></div>
327
- <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>
328
- <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-stock-heatmap.js" async>
329
- {
330
- "exchanges": [],
331
- "dataSource": "SPX500",
332
- "grouping": "sector",
333
- "blockSize": "market_cap_basic",
334
- "blockColor": "change",
335
- "locale": "en",
336
- "symbolUrl": "",
337
- "colorTheme": "dark",
338
- "hasTopBar": false,
339
- "isDataSetEnabled": false,
340
- "isZoomEnabled": true,
341
- "hasSymbolTooltip": true,
342
- "isMonoSize": false,
343
- "width": "100%",
344
- "height": "100%"
345
- }
346
- </script>
347
- </div>
 
 
348
  </div>
349
 
350
 
 
322
 
323
  <div id="heatmap">
324
 
325
+ <!-- TradingView Widget BEGIN -->
326
+ <div class="tradingview-widget-container">
327
+ <div class="tradingview-widget-container__widget"></div>
328
+ <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>
329
+ <script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-stock-heatmap.js" async>
330
+ {
331
+ "exchanges": [],
332
+ "dataSource": "SPX500",
333
+ "grouping": "sector",
334
+ "blockSize": "market_cap_basic",
335
+ "blockColor": "change",
336
+ "locale": "en",
337
+ "symbolUrl": "",
338
+ "colorTheme": "dark",
339
+ "hasTopBar": false,
340
+ "isDataSetEnabled": false,
341
+ "isZoomEnabled": true,
342
+ "hasSymbolTooltip": true,
343
+ "isMonoSize": false,
344
+ "width": "100%",
345
+ "height": "100%"
346
+ }
347
+ </script>
348
+ </div>
349
+ <!-- TradingView Widget END -->
350
  </div>
351
 
352