Skip to content

Commit

Permalink
fix: wrong type in FontSize (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Feb 5, 2024
1 parent 8032a9c commit 5b19468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts/x_axis.go
Expand Up @@ -179,7 +179,7 @@ type AxisLabel struct {
// axis label font family
FontFamily string `json:"fontFamily,omitempty"`
// axis label font size
FontSize string `json:"fontSize,omitempty"`
FontSize int `json:"fontSize,omitempty"`
// Horizontal alignment of axis label
Align string `json:"align,omitempty"`
// Vertical alignment of axis label
Expand Down

0 comments on commit 5b19468

Please sign in to comment.