mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[charts] Fix timezone regression in charts (#123478)
This commit is contained in:
parent
cb5be44db1
commit
3e3b0f79ff
11 changed files with 13 additions and 0 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