explorable-viz / fluid

Data-linked visualisations

Home Page:http://f.luid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggle data pane

rolyp opened this issue · comments

Implementing #980 makes the UI a bit flickery when moving between e.g. bars in a bar chart (assuming nothing else selected), as the record set disappears when the mouse moves off a visual element. It would be better to show the empty record set, and then separately have a feature that allows the user to toggle the display of underlying data on/off.

  • “Data pane” icon, pale by default – use Unicode characters rather than Font Awesome icon
  • Enabled when icon pressed
  • Attach mouse listeners specific to particular row of grid
  • Button to hide/reveal left column
  • Data pane disabled by default
  • Visual cue that left column is “different”
  • :hover style for data pane toggles

See also:

Reopened, re-scoped after implementing #988