feat: pie chart render function
This commit is contained in:
parent
445a781b04
commit
eb45c6479e
7 changed files with 164 additions and 24 deletions
1
xaxis.go
1
xaxis.go
|
|
@ -28,6 +28,7 @@ type XAxisOption struct {
|
|||
BoundaryGap *bool
|
||||
Data []string
|
||||
Theme string
|
||||
Hidden bool
|
||||
// TODO split number
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue