-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
FR: Visualize stats #493
Comments
If anybody achieved this with with an additional program which could parse the output of |
I have worked on this a bit locally and have a simple version that output stats for the last N weeks in the terminal using the "simple stackedbar plots" from https://github.com/piccolomo/plotext. They looks something like this: For more complicated info I have a dashboard created using Vega-Altair, but there is not code for that which is sharable at the moment, and not sure I will build that out to a general interface. I think a few easy to view summaries in terminal can go a long way. A GitHub-like heatmap would be cool to add and depends on plotext getting support for that first piccolomo/plotext#143. I uploaded the script to a repo so that you can have a look and help building if if you want. Note that you need to run plotext with this PR applied piccolomo/plotext#164 |
I've been using Plotly to create time-tracking charts for myself. If anyone is interested, I uploaded my scripts here: https://github.com/k4j8/watson-graphing. |
One feature missing is the ability to visualize work time over a week, like Zeit or Timewarrior provide.
See these examples:
Imo a visualization like Zeit does it would the most useful to me.
The text was updated successfully, but these errors were encountered: