mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
ui: Update trading chart
This commit is contained in:
parent
c1482a8280
commit
c87f66a041
2 changed files with 3 additions and 3 deletions
|
@ -116,10 +116,10 @@
|
|||
<div class="w-full pt-2">
|
||||
|
||||
|
||||
<!-- TradingView Widget BEGIN -->
|
||||
<!-- TradingView (todo: only on network offers page) -->
|
||||
<div class="tradingview-widget-container">
|
||||
<div id="tradingview_wrapper" class="h-96 mb-10"></div>
|
||||
<script type="text/javascript" src="/static/js/libs/TV.js"></script>
|
||||
<script type="text/javascript" src="/static/js/libs/tv-chart.js"></script>
|
||||
<script type="text/javascript">
|
||||
new TradingView.widget(
|
||||
{
|
||||
|
@ -139,7 +139,7 @@
|
|||
);
|
||||
</script>
|
||||
</div>
|
||||
<!-- TradingView Widget END -->
|
||||
<!-- TradingView -->
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue