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