Skip to content
Snippets Groups Projects
Unverified Commit d5633469 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix multiple aggregation multiseries

parent af0085b2
Branches
Tags
No related merge requests found
......@@ -422,7 +422,9 @@ function applyChartTooltips(chart, series, isStacked, isScalarSeries, onHoverCha
value: card._breakoutValue,
column: card._breakoutColumn
});
} else {
}
// series was not transformed
else if (!series._raw) {
// $FlowFixMe
clicked.seriesIndex = seriesIndex;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment