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:
@ -123,7 +123,7 @@ constructor() {
|
||||
},
|
||||
localization: {
|
||||
timeFormatter: (timestamp) => {
|
||||
return TimezoneConfig.formatTickMark(timestamp);
|
||||
return TimezoneConfig.formatDate(timestamp * 1000);
|
||||
},
|
||||
},
|
||||
handleScroll: {
|
||||
|
||||
Reference in New Issue
Block a user