I want to create an activity time line chart for projects with the idea to get a visual overview of the time spent on a project.
I have a data type Project Timeline with the following fields: Project Name, Date, Timeline Type. Timeline Type is an option set with 5 choices.
Can I create something line the image I drew with Bubble Charts? If so, what would my value expression be? Could each spike be color coded with the Timeline Type?
You can take a range between the start day of the project and the end day, then extract the total hours from that and save it as a number to display in the chart
So:
Vertical Option is Total hours or Days of the time spent on a project ( total hours / 24)
Horizontal Option is Dates or Projects Names