-
Notifications
You must be signed in to change notification settings - Fork 461
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
Implementation of Per Day #51
Open
madhairsilence
wants to merge
35
commits into
mbielanczuk:master
Choose a base branch
from
taitems:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,709
−1,730
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hopefully this change fixes #155.
Fixes "today" display caused by faulty rounding
- Fixes #130 (column alignment off for certain scales) - Closes #123 (document `holidays` option) - Closes #116 (document `id` and `cssClass` source keys) - Some cleanup of generated markup - Other various cleanup - Renames nonstandard attributes (`offset`, `repdate`) to `data-` attributes - Updates links to external resources on documentation page (bootstrap, prettify, etc.) - Replaces local moment.js with link to CDN - Removed unused jQuery.cookie.js file - Removes Bootstrap from test page - Various other updates, clarifications, and additions to documentation.
- moves static helpers to outermost closure - some code cleanup - some jshint+style cleanup: - don't redeclare variables - remove "laxbreak" instances - enforce camelCase - don't indent switch cases - remove unnecessary `break;` from switch default cases - :retab (tabs to spaces) html
- made cookieKey an option - removed unused Date methods - removed unnecessary concatenation of "px" to pixel values - other small code & documentation cleanups
- Weeks scale now gives more realistic view of week boundaries - All week calculations now assume ISO weeks by default (options coming soon) - Addresses bug part of #61 - Fixes #73 - Fixes #99 - Closes #112 - Closes #153 - Use `createPseudo` for custom jquery pseudo-selector definitions when available - Other miscellaneous incremental code cleanup and refactoring.
Because, why not?
No more "develop" branch, so all PRs should go to master
(#129 missed one)
Various fixes, including zoom & rendering issues
Also fixes random tpyo in index.html. Closes #170.
Fix: Today doesn't highlight when it is a weekend
Also makes some minor fixes and updates to the docs. Closes #104.
updates dates of example chart to be near today
adds GitHub ribbon/link to index
Ref. "days" scale issue in #119
Fixes some display issues
add license file
Added package.json to allow install from npm
ADDED: usman as contributor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, the max scale is limited to Hours. I have made a modification to display items in a single day. Moved the scale from hours to minutes