You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
617 B
25 lines
617 B
<template>
|
|
<div>
|
|
<div class="container-fluid mtb15">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<!-- TradingView Widget BEGIN -->
|
|
<div class="tradingview-widget-container">
|
|
<div class="tradingview-widget-container__widget"></div>
|
|
<iframe src="/static/Kline/heat-map.html" frameborder="0" width="100%" height="920"></iframe>
|
|
</div>
|
|
<!-- TradingView Widget END -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
};
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|
|
|