fixed: crosshair time now uses timezone config
This commit is contained in:
@ -96,6 +96,11 @@ timeScale: {
|
||||
return TimezoneConfig.formatTickMark(time);
|
||||
},
|
||||
},
|
||||
localization: {
|
||||
timeFormatter: (timestamp) => {
|
||||
return TimezoneConfig.formatTickMark(timestamp);
|
||||
},
|
||||
},
|
||||
handleScroll: {
|
||||
vertTouchDrag: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user