[charts] Fix timezone regression in charts (#123478)

This commit is contained in:
Marco Vettorello 2022-01-21 12:54:15 +01:00 committed by GitHub
parent cb5be44db1
commit 3e3b0f79ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 0 deletions

View file

@ -138,6 +138,7 @@ export const DocumentCountChart: FC<Props> = ({
xAccessor="time"
yAccessors={['value']}
data={adjustedChartPoints}
timeZone="local"
/>
</Chart>
</div>