Disable ApexChart time automatic locale formatter
This commit is contained in:
@@ -44,6 +44,9 @@ export default defineComponent({
|
||||
},
|
||||
xaxis: {
|
||||
type: "datetime",
|
||||
labels: {
|
||||
datetimeUTC: false,
|
||||
}
|
||||
},
|
||||
series: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user