View source: R/time_bar_chart.R
Make a bar plot showing percentage of time spent on each project
1 2 3 4 5 | time_bar_chart(
report,
project = "project",
project_time_percent = "project_time_percent"
)
|
report |
a dataframe of time tracking summary stats from togglr API or website. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.