-
Notifications
You must be signed in to change notification settings - Fork 279
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
In BubbleCalendar, year chart increases horizontally every year #214
Comments
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Mar 22, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Mar 22, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Mar 22, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Mar 22, 2016
It might be a good idea, if year chart can be displayed through a fixed-width horizontal scrollbar. |
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 8, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 11, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 16, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 16, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 17, 2016
…use-wheeled horizontal scrollbar.
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 23, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
May 23, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Jun 5, 2016
MohammedElsayyed
added a commit
to MohammedElsayyed/openwayback
that referenced
this issue
Jun 14, 2016
…scrolled horizontally when user selects a year.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is noticed in the bubble calendar format that year numbers are not at the same line with year chart. They are shifted one line down, because page width doesn't fit with the increasing number of years. So for each year added to the chart, page width should be increased, which is not practical. We have to find away to fix such issue as shown above.
The text was updated successfully, but these errors were encountered: