Option name | Type | Default |
---|---|---|
enabled | Boolean | true |
Enable or disable the point marker. | ||
fillColor | Color | null |
The fill color of the point marker. When null, the series' or point's color is used. | ||
lineColor | Color | null |
The color of the point marker's outline. When null, the series' or point's color is used. | ||
lineWidth | Number | 0 |
The width of the point marker's outline. | ||
radius | Number | 0 |
The radius of the point marker. | ||
states | Array | |
Interaction states for the point marker. | ||
symbol | String | null |
A predefined shape or symbol for the marker. When null, the symbol is pulled from options.symbols. Other possible values are "circle", "square", "diamond", "triangle" and "triangle-down". Additionally, the URL to a graphic can be given on this form: "url(graphic.png)". |