nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.02k stars 1.25k forks source link

Hover over plot line hilites related legend item and vice versa #573

Open VWoeltjen opened 8 years ago

VWoeltjen commented 8 years ago

Relates to 36 CFR 1194.22.c: "Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup."

IMPORTANT NOTE: We may determine that we're exempted from this because of the required capabilities to complete the user's job may obviate this as a compliance requirement. That said, this would also be helpful for non-vision impaired users, so we might want to consider just doing this as a design feature.

Afford a hover over both plot and legend: hovering over a plot line causes it to “hilite” in some fashion (perhaps an animated cycle of subtle opacity change) and also hilites its legend item. Hovering over a legend item causes the same effects.

Migrated from: /jira/browse/WTD-571 Originally created: Wed, 19 Nov 2014 12:17:16 -0800 Updated: Thu, 7 Jan 2016 13:42:07 -0800

charlesh88 commented 7 years ago

Covered by and/or obviated by functionality coming with #1557, but leaving open until fully implemented.

larkin commented 6 years ago

Current missing any sort of "hover over legend" behavior. @charlesh88 It would be easy to temporary increase the marker size (and enable them if disabled) for a given plot series while hovering over the legend for that plot series. Do you think that's good enough?