Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow changing embedding of rows/columns into bar charts within heatmap #30

Open
thomcsmits opened this issue Sep 9, 2024 · 0 comments

Comments

@thomcsmits
Copy link
Collaborator

Current scenario:

  • A user can click on a row. This will then populate a second plot with a bar chart of this data. A user can click a column. This will give the column in the second plot a different color.

Desired scenario:

  • A user can change the embedding with a checkbox on the right and within the context menu.
  • Once a user clicks this, the row becomes bigger, and the color tiles are changed into a bar chart, where the data is encoded by the height of the bars. Color of these could either be black or same color as the tiles (as long as there is a black outline). A new y-axis for this bar chart is added on the side.
heatmap without embedding with and arrow to heatmap with embedding

Up for question:

  • Should a user be able to do this for both rows and columns? At the same time? Or only at different times (e.g. when someone selects a column, then all the rows are reverted back to the heatmap)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant