fix: Issues #258 Performance Line Chart done.

This commit is contained in:
chiayin
2024-03-12 16:54:24 +08:00
parent 0cfbb33fc8
commit 689e792cbc

View File

@@ -280,7 +280,11 @@ export default {
},
time: {
displayFormats: {
day: 'yyyy/M/d'
second: 'hh:mm:ss', // ex: 01:01:01
minute: 'MM/dd hh:mm', // ex: 01/01 01:01
hour: 'MM/dd hh:00', // ex: 01/01 01:00
day: 'yyyy/MM/dd', // ex: 1911/01/01
month: 'yyyy/MM', // ex: 1911/01
}
},
ticks: {