forked from ddrilling/asb_cloud_front
Стандартизирован вид даты в подсказке графиков телеметрии
This commit is contained in:
parent
70a04ad228
commit
836bcd583d
@ -39,7 +39,7 @@ const { Option } = Select
|
||||
export const yAxis = {
|
||||
type: 'time',
|
||||
accessor: (d) => new Date(d.date),
|
||||
format: (d) => formatDate(d, undefined, 'YYYY-MM-DD HH:mm:ss'),
|
||||
format: (d) => formatDate(d, undefined, 'DD.MM.YYYY HH:mm:ss'),
|
||||
}
|
||||
|
||||
const dash = [7, 3]
|
||||
|
Loading…
Reference in New Issue
Block a user