Description
Very closely related to Persistent, stateful hover, click, and selection properties and Customized Click, Hover, and Selection Styles or Traces is the ability for users to select one or more points through clicking.
Under the hood, this might just be a new "select" mode (like "Box Select" or "Lasso Select") that allows users to select and de-select points through clicking. Once clicked, the style of the clicked points would remain persistent.
From a UI perspective, the user would be informed that points are clickable and unclickable through:
cursor: pointer
- customized hover on clickable points like bigger points or an outline or a tooltip
- A persistent or hover-activated "x" for unclicking points.
See this tableau dashboard for an example: https://public.tableau.com/profile/joe3537#!/vizhome/WorldBankIndicator/WorldData
Related to Persistent, stateful hover, click, and selection properties, users should be able to programatically specify which points are selected in order to initialize their graphs with pre-selected data.
cc @alexcjohnson @etpinard @monfera @jackparmer @charleyferrari