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

This reverts commit 3e3b0f79ff.
This commit is contained in:
Brian Seeders 2022-01-21 11:15:45 -05:00
parent 3e3b0f79ff
commit 8b2db69a3e
No known key found for this signature in database
GPG key ID: 424927146CC9A682
11 changed files with 0 additions and 13 deletions

View file

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