create_gradient_fill | R Documentation |
Create a gradient fill style for an element.
create_gradient_fill(direction, start_color, end_color)
direction |
The direction of the gradient (e.g., |
start_color |
The starting color of the gradient. It can be any HTML color name or HEX code, as well as special keywords such as |
end_color |
The ending color of the gradient. It can be any HTML color name or HEX code, as well as special keywords such as |
A gradient fill style object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.