fixing fit issues on the xaxis labels for stacked bar.
This commit is contained in:
parent
9b4307e186
commit
9c96af2a22
6 changed files with 42 additions and 12 deletions
4
draw.go
4
draw.go
|
|
@ -41,9 +41,7 @@ func (d draw) LineSeries(r Renderer, canvasBox Box, xrange, yrange Range, style
|
|||
r.Fill()
|
||||
}
|
||||
|
||||
r.SetStrokeColor(style.GetStrokeColor())
|
||||
r.SetStrokeDashArray(style.GetStrokeDashArray())
|
||||
r.SetStrokeWidth(style.GetStrokeWidth())
|
||||
style.GetStrokeOptions().WriteToRenderer(r)
|
||||
|
||||
r.MoveTo(x0, y0)
|
||||
for i := 1; i < vs.Len(); i++ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue