In OC Inventory device Metrics we can scroll the legend of a chart, but it unscrolls when I move the mouse up to over over a particular part of the chart.
Other than clicking Expand Chart, is it possible to keep the scrolled legend as is so I can see which color lines on the graph correspond to which name.
UIM 20.4.x/23.4.x
component: OC Metric viewer
Currently working as designed
Every time when user moves/click the cursor on to the metrics chart, then we refresh the legend table to load the latest data.
Since the legend table is not for displaying static data and the data inside the legend table is getting refreshed on every mouse move or click,
it cannot remember the previous state of the scroll position.
This is how a dynamic legend table works with metrics chart.