Differences between revisions 9 and 10
Revision 9 as of 2011-01-06 01:17:24
Size: 2580
Editor: localhost
Comment:
Revision 10 as of 2011-01-07 03:48:34
Size: 3480
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Fixed Label - all the time (gmaps desktop) Fixed Label - all the time (gmaps desktop) ... label is always attached to pinpoint
Line 18: Line 18:
Reveal label - in place (gmaps as I have it now) Reveal label - in place (gmaps as I have it now) ... pinpoint on load, becomes label when selected (or hovered), selection of THAT does something else usually (else, should be a toggle and un-reveal the label).
Line 20: Line 20:
Banner - somewhere else (strip off to the side, GPS60) Banner - somewhere else (strip off to the side, GPS60) - Also, can be options for the pinpoint, exactly as a reveal menu strip (which see). This latter case especially may be used in conjunction with a reveal label, or with either other label type, and be the action when selected.
Line 26: Line 26:
Click to see the details... or if you revealed a label, click the label to see more details (SEE the other page!) Click to see the details... or if you revealed a label, click the label to see more details (SEE the other page!) -- When the label is presented, don't have it have links. For labels attached to the pinpoint, there are no subsidiary actions; click the label/pinpoint to see more details. Labels that appear in a banner may have multiple actions, of any sort desired (button, link, icons, etc)
Line 28: Line 28:
Has to get out of the way... When an expanded label, it has to get out of the way of other actions you might request. If the user clicks somewhere else, especially somewhere adjacent to the label, make it disappear and become a pinpoint only...

adding notes and nodes along a line graph like google analytics, adding pins to map locations, establishing a reference point with additional information. So: A little thing that indicates, and clicking gives you a little more data, which may well NOT be in the little icon, hence it's not just an Icon (which see) and is a different item. ALSO see the eReader project where the highlight can be selected and show more info (not a Tooltip, though, as that is limited, read only, etc.)

This is not a tooltip. Deliberate action needed to reveal the additional info, or always there. tooltips are transient, initiated by hover or automatically presented when the system determines the user needs help -- such as first time, or a change in the system since last visit (put these notes over there when done here). The info in a tooltip is also a helpful sort of label or content add on. It is not content itself which it should be in an annotation.

Problem

A data point in a dense array, or within a graphical representation of a set of information, may be selected to show additional information.

Solution

Graphical information displays -- such as maps and graphs -- are often the clearest, most information-dense way of displaying a set of data. However, conventional methods of drilling in deeper such as the Link or Button are unsuitable for these items.

A special type of widget is used instead, exemplified by the "pinpoint." An iconic element points to the

Variations

Fixed Label - all the time (gmaps desktop) ... label is always attached to pinpoint

Reveal label - in place (gmaps as I have it now) ... pinpoint on load, becomes label when selected (or hovered), selection of THAT does something else usually (else, should be a toggle and un-reveal the label).

Banner - somewhere else (strip off to the side, GPS60) - Also, can be options for the pinpoint, exactly as a reveal menu strip (which see). This latter case especially may be used in conjunction with a reveal label, or with either other label type, and be the action when selected.

Interaction Details

When available, hover or click to see the revealed label. Over...

Click to see the details... or if you revealed a label, click the label to see more details (SEE the other page!) -- When the label is presented, don't have it have links. For labels attached to the pinpoint, there are no subsidiary actions; click the label/pinpoint to see more details. Labels that appear in a banner may have multiple actions, of any sort desired (button, link, icons, etc)

When an expanded label, it has to get out of the way of other actions you might request. If the user clicks somewhere else, especially somewhere adjacent to the label, make it disappear and become a pinpoint only...

Presentation Details

Must clearly point at the location referenced. make clear its not part of the image, so add shadows, and use transitions to mike it appear...

Label should never exceed the space available. we ellipsis, etc. Avoid wrapping to a second line. Multiple lines ore okay (try not to exceed 2) but each line should have its own info.

Can have icons & so on w/ the text, but only allow one select item. No links (underlines), buttons, etc. If needed, to clarify the click action, a false button (or link) can be added to the area, as it might be used in a banner ad,

Antipatterns

Examples

Annotation (last edited 2011-07-31 21:09:40 by shoobe01)