Skip to content

Commit

Permalink
fix(website): Add closed bracket in gradients example code (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhong2 committed May 10, 2020
1 parent ffc759e commit 15bc0ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ const MyChart = () => (
{ offset: 0, color: '#faf047' },
{ offset: 100, color: '#e4b400' },
],
,
},
]}
// 2. defining rules to apply those gradients
fill={[
Expand Down

0 comments on commit 15bc0ee

Please sign in to comment.