moved essential tradingview libs into public/charting_library; tradingview subproject checkout no longer necessary

This commit is contained in:
Tim
2024-02-16 17:15:38 -04:00
parent 18983478ad
commit 3ef63d5eb7
587 changed files with 3988 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ const subscribeEvents = [
export function initWidget(el) {
widget = window.tvWidget = new TradingView.widget({
library_path: "/tradingview/charting_library/",
library_path: "/charting_library/",
// debug: true,
autosize: true,
symbol: 'AAPL',