Skip to content

Commit

Permalink
[ML] Single Metric Viewer: fixes hover functionality in the anomalies…
Browse files Browse the repository at this point in the history
… table (#182297)

## Summary

Fixes hover functionality for the anomalies table in the Single Metric
Viewer to highlight the corresponding marker in the chart.

Issue mentioned in
#181910 (comment)
  • Loading branch information
alvarezmelissa87 committed May 2, 2024
1 parent c7f54bd commit 2d71451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class TimeseriesChartIntl extends Component {
}

this.rowMouseenterSubscriber = mlTableService.rowMouseenter$.subscribe(
tableRecordMousenterListener
tableRecordMousenterListener.bind(this)
);
this.rowMouseleaveSubscriber = mlTableService.rowMouseleave$.subscribe(
tableRecordMouseleaveListener
Expand Down

0 comments on commit 2d71451

Please sign in to comment.