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

Gantt Chart - possibility to use milliseconds or decimal values for seconds #3028

Closed
snoerenberg opened this issue May 11, 2022 · 4 comments · Fixed by #3355 or #3360
Closed

Gantt Chart - possibility to use milliseconds or decimal values for seconds #3028

snoerenberg opened this issue May 11, 2022 · 4 comments · Fixed by #3355 or #3360
Labels
Status: Triage Needs to be verified, categorized, etc Type: Other Not an enhancement or a bug

Comments

@snoerenberg
Copy link

snoerenberg commented May 11, 2022

Is it possible to use milliseconds in a Gantt chart?
Currently I cannot get it to work, only full seconds are working like expected.

working:

gantt
	dateFormat x
	axisFormat %H:%M:%S
    title Timeline
    
FirstItem: 1652187038860, 19s
SecondItem: 1652187052444, 5s
ThirdItem: 1652187052977, 1s

grafik

not working but would be great:

gantt
	dateFormat x
	axisFormat %H:%M:%S
    title Timeline
    
FirstItem: 1652187038860, 19000ms
SecondItem: 1652187052444, 5110ms
ThirdItem: 1652187052977, 500ms   

grafik

decimal values are not possible as well as it seems:

gantt
	dateFormat x
	axisFormat %H:%M:%S
    title Timeline
    
FirstItem: 1652187038860, 19.0s
SecondItem: 1652187052444, 5.1s
ThirdItem: 1652187052977, 0.500s 

grafik

Any help or idea would be appreciated.

Stephan

@snoerenberg snoerenberg added the Type: Other Not an enhancement or a bug label May 11, 2022
@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label May 11, 2022
@serkan-ozal
Copy link

serkan-ozal commented May 21, 2022

Seems that the required contribution is straightforward and needs to be handled at

@serkan-ozal
Copy link

Hi, is there any update on this?

@snoerenberg
Copy link
Author

Hi, I‘ll check back on the suggested changes after I‘m back from parental leave in 3 weeks.

@serkan-ozal
Copy link

Hi there, were you able to check suggested changes?

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: Other Not an enhancement or a bug
Projects
None yet
2 participants