Skip to content

Commit

Permalink
Update victory-pie documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Kenan Yusuf <[email protected]>
  • Loading branch information
acharyakavita and KenanYusuf authored Jan 24, 2024
1 parent d1bdd4d commit db2786a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/victory-pie.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ The `labelIndicator` prop defines the label indicator line between labels and th
data={sampleData}
labelIndicator={<LineSegment style = {{stroke:"red", strokeDasharray:1,fill: "none",}}/>}
style={{ labels: { fill: "white", fontSize: 20, fontWeight: "bold" } }}
labelIndicatorInnerOffset = {10}
labelIndicatorOuterOffset = {15}
labelIndicatorInnerOffset={10}
labelIndicatorOuterOffset={15}
/>
```
## labelIndicatorInnerOffset
Expand Down

0 comments on commit db2786a

Please sign in to comment.