mirror of
https://github.com/basicswap/basicswap.git
synced 2025-03-25 00:28:53 +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">
|
<div class="w-full pt-2">
|
||||||
|
|
||||||
|
|
||||||
<!-- TradingView Widget BEGIN -->
|
<!-- TradingView (todo: only on network offers page) -->
|
||||||
<div class="tradingview-widget-container">
|
<div class="tradingview-widget-container">
|
||||||
<div id="tradingview_wrapper" class="h-96 mb-10"></div>
|
<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">
|
<script type="text/javascript">
|
||||||
new TradingView.widget(
|
new TradingView.widget(
|
||||||
{
|
{
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<!-- TradingView Widget END -->
|
<!-- TradingView -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue