feat: standardize date/time format to DD/MM/YYYY 24h and enhance simulation with stop date and auto-data fetching

This commit is contained in:
DiTus
2026-03-04 09:11:25 +01:00
parent 35ebb0ae87
commit 756b1dbd65
3 changed files with 157 additions and 19 deletions

View File

@ -123,7 +123,7 @@ constructor() {
},
localization: {
timeFormatter: (timestamp) => {
return TimezoneConfig.formatTickMark(timestamp);
return TimezoneConfig.formatDate(timestamp * 1000);
},
},
handleScroll: {