Skip to content

Commit

Permalink
Fix a misnamed prop in colors doc (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th authored and mcnuttandrew committed Mar 18, 2019
1 parent 31e9ec1 commit 47b3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Linear colors at series level

```jsx
<XYPlot height={200} width={200}
colorRange="linear"
colorType="linear"
colorDomain={[0, 1, 2]}
colorRange={myPalette}
>
Expand Down

0 comments on commit 47b3de9

Please sign in to comment.