fix pivots - WORKING PIVOTS!
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
// Initialize application state
|
||||
window.appState = {
|
||||
currentSymbol: '{{ current_symbol }}',
|
||||
currentTimeframes: '{{ timeframes | tojson }}',
|
||||
annotations: '{{ annotations | tojson }}',
|
||||
currentTimeframes: {{ timeframes | tojson }},
|
||||
annotations: {{ annotations | tojson }},
|
||||
pendingAnnotation: null,
|
||||
chartManager: null,
|
||||
annotationManager: null,
|
||||
|
||||
Reference in New Issue
Block a user