feat: pie chart render function
This commit is contained in:
parent
445a781b04
commit
eb45c6479e
7 changed files with 164 additions and 24 deletions
5
yaxis.go
5
yaxis.go
|
|
@ -27,8 +27,9 @@ import (
|
|||
)
|
||||
|
||||
type YAxisOption struct {
|
||||
Min *float64
|
||||
Max *float64
|
||||
Min *float64
|
||||
Max *float64
|
||||
Hidden bool
|
||||
}
|
||||
|
||||
const YAxisWidth = 40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue