Skip to content

Commit 481bcea

Browse files
committed
reduce corner radius
1 parent c0b85af commit 481bcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/SChartPie.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function renderChart({
179179
.arc<d3.PieArcDatum<KV>>()
180180
.innerRadius(innerRadius)
181181
.outerRadius(radius)
182-
.cornerRadius(4)
182+
.cornerRadius(2)
183183
184184
// Add the arcs
185185
const transform = `translate(0,${-(height_2 - radius) / 2})`

0 commit comments

Comments
 (0)