mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[charts] Fix timezone regression in charts (#123663)
This commit is contained in:
parent
2325ed6a22
commit
676b061ad8
11 changed files with 13 additions and 1 deletions
|
@ -138,6 +138,7 @@ export const DocumentCountChart: FC<Props> = ({
|
|||
xAccessor="time"
|
||||
yAccessors={['value']}
|
||||
data={adjustedChartPoints}
|
||||
timeZone="local"
|
||||
/>
|
||||
</Chart>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue