Skip to content

Commit

Permalink
[ML] show legend on the view by swim lane (#98754)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Apr 30, 2021
1 parent b6b1d69 commit 036821d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const AnomalyTimeline: FC<AnomalyTimelineProps> = React.memo(
})
}
timeBuckets={timeBuckets}
showLegend={false}
showLegend={true}
swimlaneData={viewBySwimlaneData as ViewBySwimLaneData}
swimlaneType={SWIMLANE_TYPE.VIEW_BY}
selection={selectedCells}
Expand Down

0 comments on commit 036821d

Please sign in to comment.