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

Visual improvements of chart layout #37

Merged
merged 2 commits into from Oct 1, 2020
Merged

Conversation

devmount
Copy link
Owner

@devmount devmount commented Oct 1, 2020

Description of the Change

Added a multicolumn layout depending on viewport width breaking points:

width > 2500px: 5 column layout
2000px < width <= 2500px: 4 column layout
1500px < width <= 2000px: 3 column layout
720px < width <= 1500px: 2 column layout
width <= 720px: 1 column layout

Benefits

Available space on (ultra-)wide screens is not wasted but used to show all charts at first glance.

Applicable Issues

Closes #9

@devmount devmount self-assigned this Oct 1, 2020
@devmount devmount merged commit 02fce96 into master Oct 1, 2020
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

Successfully merging this pull request may close these issues.

Proper responsive behaviour for charts on small viewports
1 participant