JavaScript/jQuery PolarChart - commonSeriesSettings.point.border
Specifies border properties for points in the line and area series.
Type:
Use this object to make series points' border visible/invisible and set up such border properties as color and width.
color
Sets a border color for points in the line and area series.
Type:
| undefined
Default Value: undefined
This property supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
- Paint server address
Feedback