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