Really useful thanks. I think I've missed something on layers - I thought you defined a layer and added add the layers into that, but from this you actually add layers into each other? Btw have you tried sorting this timelines? I can seem to get that to work
Have you ever needed to or worked out how to have wrapped text? I've seen your video's on dynamic text, but it appears to limit one word per line. I'm looking to add a commentary column beside projects, activities or task for reporting status/back to green. Cheers
Thank you for your video. I have already added the status (jalon) of my projects on the Gantt, I need to color the task with a specific color for each the actual status (jalon) for each project. Example : "name": "coloursDark", "value": [ "#DE5320", "#FFC000", "#92D050", "#00B0F0", "#0070C0", "#008080", "#B3B3B3" ], "on": [ { "events": {"data": "jalon"}, "update": "datum.jalon === 'En attente d''analyse' ? '#DE5320' : datum.jalon === 'Pré-mandat' ? '#FFC000' : datum.jalon === 'Mandat' ? '#92D050' : datum.jalon === 'Appel d''offres en cours' ? '#00B0F0' : datum.jalon === 'Évaluation' ? '#0070C0' : datum.jalon === 'Contrat en cours' ? '#008080' : datum.jalon === 'En attente de terminaison' ? '#B3B3B3' : '#000000'" } ] We should have the same code for the coloursLight. I try this and some think is wrong on my code. Thank you for your help.
This is just magic!! Thank you for sharing and unlocking the potential of Deneb for us.
The pan/zoom is amazing and definitely needed thank you!
Thanks Pat ... very helpful. Looking forward to seeing your future Deneb videos.
Wow. This is incredible. Thanks for the detailed information!
Fantastic demo, Pat! Thanks very much for sharing :)
Is it possible to make Stacked Gantt Chart? Something that shows the tasks in a stacked format instead of one below the other?
Pat, thanks for this great video. Just what I need it
The demo is great. Mat you help with adding holiday to the gantt. thanks
Alhamdulillah, thank you so much Mr
Thank you for this very helpful video!
Thanks for the great video. Cheers.
Really useful thanks. I think I've missed something on layers - I thought you defined a layer and added add the layers into that, but from this you actually add layers into each other? Btw have you tried sorting this timelines? I can seem to get that to work
Amazing! Thanks
Have you ever needed to or worked out how to have wrapped text? I've seen your video's on dynamic text, but it appears to limit one word per line. I'm looking to add a commentary column beside projects, activities or task for reporting status/back to green. Cheers
This was really helpful Pat! Is there a way to change the mouse scrolling so that it scrolls up and down?
Please make a video on charticulator as well for the gantt chart
Hi Pat - great demo, just wondering how you're learning this stuff? just going through the vega documentation?
Yes, just the Vega Lite documentation and when I get stuck I often find specific pieces on Stack Overflow.
Does the charticulator version still work @Hoosier BI ? I was watching another video of someone reporting that it does not add dates correctly.
thanks a lot!!
Did someone managed to create hourly gantt?
Thank you for your video. I have already added the status (jalon) of my projects on the Gantt, I need to color the task with a specific color for each the actual status (jalon) for each project. Example :
"name": "coloursDark",
"value": [
"#DE5320",
"#FFC000",
"#92D050",
"#00B0F0",
"#0070C0",
"#008080",
"#B3B3B3"
],
"on": [
{
"events": {"data": "jalon"},
"update": "datum.jalon === 'En attente d''analyse' ? '#DE5320' :
datum.jalon === 'Pré-mandat' ? '#FFC000' :
datum.jalon === 'Mandat' ? '#92D050' :
datum.jalon === 'Appel d''offres en cours' ? '#00B0F0' :
datum.jalon === 'Évaluation' ? '#0070C0' :
datum.jalon === 'Contrat en cours' ? '#008080' :
datum.jalon === 'En attente de terminaison' ? '#B3B3B3' :
'#000000'"
}
]
We should have the same code for the coloursLight. I try this and some think is wrong on my code.
Thank you for your help.