I have a table of projects with a start and end date for each.
I want to add a field to my form that shows a graphical representation of when in the year that each project is scheduled for.
It would be like a bar with a section coloured in.
For example:
project 1 is scheduled for Jan 1st - Feb 15th
so the bar would be red for the first part then blue for the rest
project 2 is scheduled for July 1st to Aug 5th
so only the middle part is red
I then make a form showing the bars lined up in a column so I can see which ones overlap.
How could I go about doing something like that?
I want to add a field to my form that shows a graphical representation of when in the year that each project is scheduled for.
It would be like a bar with a section coloured in.
For example:
project 1 is scheduled for Jan 1st - Feb 15th
so the bar would be red for the first part then blue for the rest
project 2 is scheduled for July 1st to Aug 5th
so only the middle part is red
I then make a form showing the bars lined up in a column so I can see which ones overlap.
How could I go about doing something like that?