File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ The visualization is done using the [Lightweight Charts](https://tradingview.git
3333</div >
3434
3535<!-- QFChart Library (Bundled with ECharts) -->
36- <script src =" https://cdn.jsdelivr.net/npm/@qfo/qfchart/dist /qfchart.min.browser.js" ></script >
36+ <script src =" ./js /qfchart.min.browser.js" ></script >
3737
3838<!-- Dependencies for Data Loading -->
39- <script src =" https://cdn.jsdelivr.net/npm /pinets/dist/pinets.min .browser.js" ></script >
39+ <script src =" ./js /pinets.dev .browser.js" ></script >
4040<script src =" ./js/indicators/sqzmom.js " ></script >
4141<script src =" ./js/indicators/macd.js " ></script >
4242<script src =" ./js/indicators/instit-bias.js " ></script >
Original file line number Diff line number Diff line change 1111
1212 <!-- Dependencies for Data Loading -->
1313 < script src ="../js/pinets.dev.browser.js "> </ script >
14- < link rel ="stylesheet " href ="styles.css " />
14+ < link rel ="stylesheet " href ="../ styles.css " />
1515 </ head >
1616
1717 < body >
You can’t perform that action at this time.
0 commit comments