mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
fix: annotations on horizontal bar chart (#31308)
This commit is contained in:
@@ -384,6 +384,7 @@ export default function transformProps(
|
||||
xAxisType,
|
||||
colorScale,
|
||||
sliceId,
|
||||
orientation,
|
||||
),
|
||||
);
|
||||
else if (isIntervalAnnotationLayer(layer)) {
|
||||
@@ -395,6 +396,7 @@ export default function transformProps(
|
||||
colorScale,
|
||||
theme,
|
||||
sliceId,
|
||||
orientation,
|
||||
),
|
||||
);
|
||||
} else if (isEventAnnotationLayer(layer)) {
|
||||
@@ -406,6 +408,7 @@ export default function transformProps(
|
||||
colorScale,
|
||||
theme,
|
||||
sliceId,
|
||||
orientation,
|
||||
),
|
||||
);
|
||||
} else if (isTimeseriesAnnotationLayer(layer)) {
|
||||
@@ -417,6 +420,7 @@ export default function transformProps(
|
||||
annotationData,
|
||||
colorScale,
|
||||
sliceId,
|
||||
orientation,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user