fix: support chinese for axis, #4
This commit is contained in:
parent
a713c3023e
commit
cad8296e28
4 changed files with 7 additions and 0 deletions
1
chart.go
1
chart.go
|
|
@ -190,6 +190,7 @@ func (o *ChartOption) FillDefault(theme string) {
|
|||
if o.XAxis.Theme == "" {
|
||||
o.XAxis.Theme = theme
|
||||
}
|
||||
o.XAxis.Font = o.Font
|
||||
}
|
||||
|
||||
func (o *ChartOption) getWidth() int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue