You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the eye icon (toggle y-axis visibility) will query data at the time conductor range and will not take into account the current zoom level of the plot. This is especially noticeable when zoomed in on the plot when the time conductor has a large time range. This can cause the data in the zoom level to be less accurate due to min/maxing.
Expected vs Current Behavior
The range of data in the zoomed in section of the plot, should be queried at that range.
Steps to Reproduce
View a large time range of data on a plot.
Zoom in to one section of the plot, zoom in pretty far.
Notice the plot will display the points correctly as you zoom in
Click the eye icon to toggle y-axis
Notice the zoomed in section doesn't display the same data, it displays the data at the range of the time conductor and ignores the zoom level.
Environment
Open MCT Version:
Deployment Type:
OS:
Browser:
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available? zoom out and zoom in again, not desirable
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Does this block the execution of e2e tests?
Does this have an impact on Performance?
Additional Information
Eye icon in the bottom left corner of the plot
The text was updated successfully, but these errors were encountered:
View a large time range of data on a plot.
Zoom in to one section of the plot, zoom in pretty far.
Notice the plot will display the points correctly as you zoom in
Clear data in the UI menu
Click the eye icon to toggle y-axis
Notice the zoomed in section doesn't display the same data, it displays the data at the range of the time conductor and ignores the zoom level.
Related to #7929
Summary
Clicking the eye icon (toggle y-axis visibility) will query data at the time conductor range and will not take into account the current zoom level of the plot. This is especially noticeable when zoomed in on the plot when the time conductor has a large time range. This can cause the data in the zoom level to be less accurate due to min/maxing.
Expected vs Current Behavior
The range of data in the zoomed in section of the plot, should be queried at that range.
Steps to Reproduce
Environment
Impact Check List
Additional Information
Eye icon in the bottom left corner of the plot
The text was updated successfully, but these errors were encountered: