mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
ui: Update trading chart
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user