From 0d26732e93a6e6bb0479da924b6c40d1fcc02b12 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 13 Apr 2013 17:17:12 -0400 Subject: [PATCH] Updated docs with the point strokeColor option. --- API.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 8d3fba9..342b49e 100644 --- a/API.md +++ b/API.md @@ -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