mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
Fix
This commit is contained in:
parent
f46b4f9385
commit
ca9fa064ba
@ -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',
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user