View source: R/helpers-charts.R
create_cumulated_duration_per_user | R Documentation |
Bar chart
create_cumulated_duration_per_user(
apps_usage,
start_date = NULL,
end_date = NULL,
selected_app
)
apps_usage |
First element returned by create_app_ranking. Can be reactive. |
start_date |
Default to minimum calendar_data date. Could also be an input value with Shiny. |
end_date |
Default to maximum calendar_data date. Could also be an input value with Shiny. |
selected_app |
Selected app name (string). You'll need a selectInput for instance wrapped by reactive. |
An echarts4r barchart.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.