| |
String |
A string expression that specifies the:
- size of the value point (number, value-point, 8 by default)
- color of the value point (color, value-point, white by default)
- color of the frame around the value point (color, value-point, null by
default)
- size of the frame around the value point (number, value-point, 2 by
default)
- color of the line from the value point to its label (color, value-line,
null by default)
- size of the line from the value point to its label (number, value-line, 2
by default)
- length of the line (number, value-line, 18 by default)
- background color of the value-label (color, value-label, transparent by
default)
- color of the frame around the value-label (color, value-label, null by
default)
- size of the frame around the value-label (number, value-label, 2 by
default)
- pad, distance between value-label and its frame (number, value-label, 4 by
default)
separated by comma character, where:
- any color property accepts values in various formats: CSS named colors, RGB format (e.g., rgb(red, green, blue)), or hexadecimal format (#RRGGBB). In RGB format, the red, green, and blue values range from 0 to 255, while in hexadecimal format, RR, GG, and BB represent the hexadecimal values of the red, green, and blue channels, respectively.
Additionally the color property supports:
- null, which uses the serie's value color instead
- transparent, specifies that the object is not visible
(transparent)
- number, specifies a positive expression
If a field is not specified, it's default value is used instead. For
instance, ",black" the a black framed
value-point (the size of the value-point is not changed)
| |