From 070fd835572d6b52412cffd74cd9ccde78839982 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 16 Jul 2012 13:07:14 -0300 Subject: [PATCH] Added docs for the highlightColor option. --- API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/API.md b/API.md index 0c3d73f..5d8b395 100644 --- a/API.md +++ b/API.md @@ -77,6 +77,7 @@ The format of a single series object is as follows: clickable: boolean hoverable: boolean shadowSize: number + highlightColor: color or number } ``` @@ -680,6 +681,7 @@ series: { } shadowSize: number + highlightColor: color or number } colors: [ color1, color2, ... ] @@ -761,6 +763,9 @@ ensures that all symbols have approximately the same visual weight. "shadowSize" is the default size of shadows in pixels. Set it to 0 to remove shadows. +"highlightColor" is the default color of the translucent overlay used +to highlight the series when the mouse hovers over it. + The "colors" array specifies a default color theme to get colors for the data series from. You can specify as many colors as you like, like this: