Commit 0d26732e authored by David Schnur's avatar David Schnur

Updated docs with the point strokeColor option.

parent 89ad2980
......@@ -704,6 +704,7 @@ series: {
points: {
radius: number
symbol: "circle" or function
strokeColor: color
}
bars: {
......@@ -781,8 +782,8 @@ connected with a straight (possibly diagonal) line or with first a
horizontal and then a vertical line. Note that this transforms the
data by adding extra points.
For points, you can specify the radius and the symbol. The only
built-in symbol type is circles, for other types you can use a plugin
For points, you can specify the radius, symbol, and symbol stroke color. The
only built-in symbol type is circles, for other types you can use a plugin
or define them yourself by specifying a callback:
```js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment