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
Mermaid gantt chart should add tickInterval 1quarter as an option.
Currently only supports: /^([1-9][0-9]*)(millisecond|second|minute|hour|day|week|month)$/;
/^([1-9][0-9]*)(millisecond|second|minute|hour|day|week|month)$/;
per https://mermaid.js.org/syntax/gantt.html
gantt title A Gantt Diagram by Quarters dateFormat YYYY-Q axisFormat %Y-Q%q tickInterval 1quarter
No response
The text was updated successfully, but these errors were encountered:
glad to see there's an open issue for this
Sorry, something went wrong.
+1 for this
No branches or pull requests
Proposal
Mermaid gantt chart should add tickInterval 1quarter as an option.
Currently only supports:
/^([1-9][0-9]*)(millisecond|second|minute|hour|day|week|month)$/;
per https://mermaid.js.org/syntax/gantt.html
Example
Screenshots
No response
The text was updated successfully, but these errors were encountered: