1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
This commit is contained in:
Jaanus 2025-10-24 13:04:50 +03:00
parent f46b4f9385
commit ca9fa064ba
No known key found for this signature in database

View File

@ -91,9 +91,9 @@ export const PlausibleChart: FC<PlausibleChartProps> = ({
...overrideOptions,
scales: {
x: {
type: 'time',
type: 'time' as const,
time: {
unit: 'hour',
unit: 'hour' as const,
displayFormats: {
hour: 'MMM dd, HH:mm',
},