mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Lens] displays custom bounds error for right axis when lower bound is above 0 (#124037)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
702bd9b7ec
commit
7afae17948
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ export const XyToolbar = memo(function XyToolbar(
|
|||
);
|
||||
const hasBarOrAreaOnRightAxis = Boolean(
|
||||
axisGroups
|
||||
.find((group) => group.groupId === 'left')
|
||||
.find((group) => group.groupId === 'right')
|
||||
?.series?.some((series) => {
|
||||
const seriesType = state.layers.find((l) => l.layerId === series.layer)?.seriesType;
|
||||
return seriesType?.includes('bar') || seriesType?.includes('area');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue