parent
9852fce5a1
commit
55af7b5531
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ func (pc PieChart) drawSlices(r Renderer, canvasBox Box, values []Value) {
|
||||||
pc.stylePieChartValue(0).WriteToRenderer(r)
|
pc.stylePieChartValue(0).WriteToRenderer(r)
|
||||||
r.MoveTo(cx, cy)
|
r.MoveTo(cx, cy)
|
||||||
r.Circle(radius, cx, cy)
|
r.Circle(radius, cx, cy)
|
||||||
|
r.FillStroke()
|
||||||
} else {
|
} else {
|
||||||
for index, v := range values {
|
for index, v := range values {
|
||||||
v.Style.InheritFrom(pc.stylePieChartValue(index)).WriteToRenderer(r)
|
v.Style.InheritFrom(pc.stylePieChartValue(index)).WriteToRenderer(r)
|
||||||
|
|
Loading…
Reference in a new issue