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

Updated docs with the point strokeColor option.

parent 89ad2980
...@@ -704,6 +704,7 @@ series: { ...@@ -704,6 +704,7 @@ series: {
points: { points: {
radius: number radius: number
symbol: "circle" or function symbol: "circle" or function
strokeColor: color
} }
bars: { bars: {
...@@ -781,8 +782,8 @@ connected with a straight (possibly diagonal) line or with first a ...@@ -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 horizontal and then a vertical line. Note that this transforms the
data by adding extra points. data by adding extra points.
For points, you can specify the radius and the symbol. The only For points, you can specify the radius, symbol, and symbol stroke color. The
built-in symbol type is circles, for other types you can use a plugin only built-in symbol type is circles, for other types you can use a plugin
or define them yourself by specifying a callback: or define them yourself by specifying a callback:
```js ```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