do you use a tool? or just manually make them?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google charts api/server can make one fairly easily
You specify everything in the URL so it’s easy to update:
The URL above plots in intervals of 2 – so work every 2 days. You’ll need a bigger size chart for every day. To do this make the data have 30 values for estimated and actual, and change the ‘chxr’ so the interval is 1, not two.
You can plot only the days done more clearly with the ‘lxy’ chart type (the first image). This needs you to enter the X data values too (so a vector). Use -1 for unknown.