feat: added background fill to first hurst indicator

This commit is contained in:
DiTus
2026-03-19 23:19:38 +01:00
parent a9be584c0e
commit 5efd652456
2 changed files with 149 additions and 30 deletions

View File

@ -314,15 +314,14 @@ constructor() {
},
},
localization: {
timeFormatter: (timestamp) => {
return TimezoneConfig.formatDate(timestamp * 1000);
},
timeFormatter: (timestamp) => {
return TimezoneConfig.formatDate(timestamp * 1000);
},
},
handleScroll: {
vertTouchDrag: false,
},
handleScroll: {
vertTouchDrag: false,
},
});
});
// Setup price format selector change handler
const priceSelect = document.getElementById("priceFormatSelect");
if (priceSelect) {