activity_select_decoration | R Documentation |
Decoration callback for activity selection
activity_select_decoration( stroke_dasharray = "2", stroke_width = "2", stroke = "black" )
stroke_dasharray |
Sets the 'stroke-dasharray' attribute for selected activities. |
stroke_width |
Sets the 'stroke-width' attribute for selected activities. |
stroke |
Sets the 'stroke' attribute for selected activities. |
A JavaScript callback function called when activity selection changes.
animate_process
# Create a decoration callback that increases the activity stroke width activity_select_decoration(stroke_width = "5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.