mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix x-axis on chart error (#134193)
This commit is contained in:
parent
439a56d8f7
commit
4e5f930233
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ export async function getErrorDistribution({
|
|||
};
|
||||
const currentPeriodPromise = getBuckets({
|
||||
...commonProps,
|
||||
start: startWithOffset,
|
||||
end: endWithOffset,
|
||||
start,
|
||||
end,
|
||||
});
|
||||
|
||||
const previousPeriodPromise = offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue