Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2010-12-01 23:47:04
Size: 164
Editor: shoobe01
Comment:
Revision 14 as of 2011-01-11 03:09:13
Size: 3512
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
A data point in a dense array of information must be able to show additional details or options without leaving the original display context.
Line 5: Line 6:
High-density information displays, such as maps, charts and graphs, often carry additional layers of information, or may be best understood by viewing details at a point. Conventional methods of drilling in deeper such as the '''[[Link]]''' or '''[[Button]]''' are unsuitable for finding out about a specific data point as they remove the user from the original context.

A special type of widget is used instead, exemplified by the "pinpoint." An iconic element points to the information selected, and presents (sometimes only after further selection, or in another area of the screen) a label and additional options.

This should not be confused with the '''[[Tooltip]]'''. A deliberate action is required to reveal the info information. Tooltips, instead, are transient and initiated by hover or automatically presented when the system determines the user needs help

Content within an '''Annotation''' is discrete information, or may even carry functionality, and is not simply help or explanatory text as in a Tooltip.
Line 8: Line 16:
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.

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.) -- HUH??? NEED TO SEE THIS...
Line 11: Line 26:
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...
Line 14: Line 34:
Must clearly point at the location referenced. Pinpoints and labels on top of the image must be clearly not part of the image, so add shadows, and use transitions to make it appear as though it is floating above the image

Label should never exceed the space available. Do not let them simply float off the page, and label text should not end in 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,

Problem

A data point in a dense array of information must be able to show additional details or options without leaving the original display context.

Solution

High-density information displays, such as maps, charts and graphs, often carry additional layers of information, or may be best understood by viewing details at a point. Conventional methods of drilling in deeper such as the Link or Button are unsuitable for finding out about a specific data point as they remove the user from the original context.

A special type of widget is used instead, exemplified by the "pinpoint." An iconic element points to the information selected, and presents (sometimes only after further selection, or in another area of the screen) a label and additional options.

This should not be confused with the Tooltip. A deliberate action is required to reveal the info information. Tooltips, instead, are transient and initiated by hover or automatically presented when the system determines the user needs help

Content within an Annotation is discrete information, or may even carry functionality, and is not simply help or explanatory text as in a Tooltip.

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.

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.) -- HUH??? NEED TO SEE THIS...

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. Pinpoints and labels on top of the image must be clearly not part of the image, so add shadows, and use transitions to make it appear as though it is floating above the image

Label should never exceed the space available. Do not let them simply float off the page, and label text should not end in 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)