We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
X axis format should be d3.time.format(specifier) and year should be d.getFullYear(), otherwise we end up with months and years offset by 1.
d3.time.format(specifier)
d.getFullYear()
The text was updated successfully, but these errors were encountered:
8ec6c5a
Merge remote-tracking branch 'radekstepan/master' into develop
e5f9b8d
* radekstepan/master: show chart for all milestones; radekstepan#67 separate out chart proper; radekstepan#67 fix date ticks; closes radekstepan#114 minify and bump add project behind the scenes if it doesn't exist; radekstepan#116
Merge branch 'master' into upstream/master
153d1f4
* master: (414 commits) pass test radekstepan#122 switch to google firebase es6 classes for React; closes radekstepan#112 stub lscache; ref radekstepan#120 add support for querystring config; ref radekstepan#118 support themes; ref radekstepan#118 handle request errors with redirects; closes radekstepan#119 show chart for all milestones; radekstepan#67 separate out chart proper; radekstepan#67 fix date ticks; closes radekstepan#114 minify and bump add project behind the scenes if it doesn't exist; radekstepan#116 bump Add react-dom required for build be able to delete projects; closes radekstepan#51 validate form input, add proj behind scenes;closes radekstepan#109 fix null milestone description; closes radekstepan#111 suggest user or owner repos; closes radekstepan#47 more intelligent time ticks; closes radekstepan#65 show no progress message; closes radekstepan#93 ... Conflicts: README.md
No branches or pull requests
X axis format should be
d3.time.format(specifier)
and year should bed.getFullYear()
, otherwise we end up with months and years offset by 1.The text was updated successfully, but these errors were encountered: