How to customize chart colors
Last updated
Was this helpful?
Last updated
Was this helpful?
You can customize the colors of your charts using HTML color names (e.g., red
, blue
) or HTML color codes (e.g., #FF0000
). Here's how:
Note: Leave the colors field empty to use default colors. Invalid entries will be ignored.
Enter red
in the colors field.
Result: All bars, lines, or dots will be red.
Enter red, blue, green, yellow, #FF5733
in the colors field.
1st Element: Red
2nd Element: Blue
3rd Element: Green
4th Element: Yellow
5th Element: Orange (#FF5733
)
Result: