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

This commit is contained in:
Marco Vettorello 2022-01-25 10:04:23 +01:00 committed by GitHub
parent 2325ed6a22
commit 676b061ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 1 deletions

View file

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