Skip to content

Commit

Permalink
Added docs for the highlightColor option.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Jul 16, 2012
1 parent 9063217 commit 070fd83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions API.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The format of a single series object is as follows:
clickable: boolean clickable: boolean
hoverable: boolean hoverable: boolean
shadowSize: number shadowSize: number
highlightColor: color or number
} }
``` ```


Expand Down Expand Up @@ -680,6 +681,7 @@ series: {
} }


shadowSize: number shadowSize: number
highlightColor: color or number
} }


colors: [ color1, color2, ... ] colors: [ color1, color2, ... ]
Expand Down Expand Up @@ -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 "shadowSize" is the default size of shadows in pixels. Set it to 0 to
remove shadows. 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 "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 the data series from. You can specify as many colors as you like, like
this: this:
Expand Down

0 comments on commit 070fd83

Please sign in to comment.