Skip to content

Commit

Permalink
add radius domain to the arc series docs (uber#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew authored Jul 19, 2018
1 parent 02789f0 commit 84d18a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/arc-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ The distance between the origin and the inside of the arc. This values is scaled
Type: `number`
The distance between the origin and the outside of the arc. This values is scaled linearly by default

#### radiusDomain
Type: `array of numbers`
The domain over which the radius is scaled. This can be an essential element in getting your arcs to look right, the automatic inference for the prop tends to be somewhat inaccurate, so it is highly encourage that you set it for your self as appropriate. For example: [0, 3]. See the code for ArcSeriesExample for more.

#### color (optional)
Type: `string|number`
The color of an arc in the series. By default, the color is interpreted as number to be scaled to a color range. This can be over-ridden by providing the prop colorType="literal" to the series itself. This property can also be defined on the series level. See [colors](colors.md)
Expand Down

0 comments on commit 84d18a7

Please sign in to comment.