mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: First item hovered on stacked bar (#30628)
This commit is contained in:
committed by
GitHub
parent
53a121d9e1
commit
c8edd1fb25
@@ -590,7 +590,7 @@ export default function transformProps(
|
||||
});
|
||||
if (stack) {
|
||||
rows.reverse();
|
||||
if (focusedRow) {
|
||||
if (focusedRow !== undefined) {
|
||||
focusedRow = rows.length - focusedRow - 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user