build bust.
This commit is contained in:
parent
b336065b86
commit
3d68b7e51d
1 changed files with 1 additions and 1 deletions
2
chart.go
2
chart.go
|
@ -37,7 +37,7 @@ func (c Chart) GetFont() (*truetype.Font, error) {
|
|||
}
|
||||
c.Font = f
|
||||
}
|
||||
return c.Font
|
||||
return c.Font, nil
|
||||
}
|
||||
|
||||
// Render renders the chart with the given renderer to the given io.Writer.
|
||||
|
|
Loading…
Reference in a new issue