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

Implementation of Per Day #51

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

madhairsilence
Copy link

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

vieira and others added 30 commits October 19, 2014 20:02
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
- Use border-box instead of default content-box sizing.
- Use offsets instead of margins for bar positioning.
- Use recommended `jQuery.expr.pseudos` instead of deprecated shorthand.
- Some miscellaneous chart rendering fixes.
- Misc CSS cleanup.

Closes #102.
Maybe mostly fixes #51?
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
Fixes some display issues
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.

None yet

8 participants