feat(web-app): change x axis format
This commit is contained in:
@@ -86,10 +86,10 @@ export default defineComponent({
|
||||
display: true,
|
||||
},
|
||||
time: {
|
||||
unit: "second", // Adjust the unit as needed (e.g., "minute", "hour", "day")
|
||||
unit: "minute", // Adjust the unit as needed (e.g., "minute", "hour", "day")
|
||||
displayFormats: {
|
||||
second: "HH:mm:ss", // Format for seconds
|
||||
minute: "HH:mm", // Format for minutes
|
||||
minute: "MMM-dd HH:mm", // Format for minutes
|
||||
hour: "MMM dd HH:mm", // Format for hours
|
||||
day: "MMM dd", // Format for days
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user