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

Need tickInterval to support Quarters #5215

Open
mikehapner opened this issue Jan 19, 2024 · 2 comments
Open

Need tickInterval to support Quarters #5215

mikehapner opened this issue Jan 19, 2024 · 2 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@mikehapner
Copy link

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

gantt
    title A Gantt Diagram by Quarters
    dateFormat  YYYY-Q
    axisFormat  %Y-Q%q
    tickInterval 1quarter 

Screenshots

No response

@mikehapner mikehapner added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Jan 19, 2024
@h-parker-higgins
Copy link

glad to see there's an open issue for this

@JamesBrining
Copy link

+1 for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants