Description Usage Arguments Value Examples
Echarts uses rgba function heavily. You can convert color vectors into rgba function in string form to pass to an echarts object.
1 |
vecrgb |
A vector of RGB elements, or simply red int. |
... |
If vecrgb is simply red int, you can pass green, blue, alpha int here. |
A character string. E.g, 'rgba(125, 125, 125, 0.6)' or '#FFFFFF'
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.