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

Aggregated matrix visualizations not scaling after matrix split #46

Open
katush opened this issue Feb 1, 2019 · 2 comments
Open

Aggregated matrix visualizations not scaling after matrix split #46

katush opened this issue Feb 1, 2019 · 2 comments
Assignees

Comments

@katush
Copy link

katush commented Feb 1, 2019

Aggregated matrix visualizations are not scaling properly after matrix is split into groups. They seem to retain the width of the original matrix in each column, thus causing overlaps with other columns. Watch the summary row for Africa:
matrix

Steps to reproduce:

  1. Group by categorical attribute
  2. Split matrix

Observed for heatmap, sparklines and boxplots.
Dots seem to be ok, but maybe it's just not visible, because of the shape of the plot.
Histogram doesn't show up at all. Not sure if that's bug or data is too small.

thinkh pushed a commit to lineupjs/lineupjs that referenced this issue Feb 4, 2019
With `width:100%` only the gap between the nested columns would disappear. Hence, we must subtract the gap from the width to stay inline with the (nested column) grid.

Caleydo/lineup_app#46
@thinkh
Copy link
Member

thinkh commented Feb 4, 2019

PR is filed lineupjs/lineupjs#133. Waiting for release.

@thinkh
Copy link
Member

thinkh commented Feb 15, 2019

Still waiting for new lineupjs release. Until then we use the github commit.

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

2 participants