SpatialMap / SpatialMapDev

MIT License
3 stars 2 forks source link

Handling of >10 profile columns #14

Closed Kohze closed 6 years ago

Kohze commented 6 years ago

In many datasets we get a extensive number of columns as seen in the image below.

screenshot_117

Since the columns are to dense to reveal work with, my question is if we either:

  1. Specify a certain set of columns that should be displayed or
  2. Generally have a popup option to select/unselect displayed profile columns.
Kohze commented 6 years ago

screenshot_118

is a common & even more extrem case.

lgatto commented 6 years ago

A popup option to select/unselect displayed profile columns seems the best option.

Kohze commented 6 years ago

screenshot_130

Added now a sidebar popup that is also scrollable in case the screenspace is not sufficient to show all columns. The advantage of the sidebar is that it does not hide the profile plot itself, making it a more interactive experience selecting the columns.

lgatto commented 6 years ago

Not sure if we need to toggle column names one by one, but we can change this later. The sidebar popup could be a general way to set various display options.