feat: support radius for pie chart
This commit is contained in:
parent
e07cb90607
commit
524eb79a8e
12 changed files with 376 additions and 66 deletions
7
yaxis.go
7
yaxis.go
|
|
@ -27,8 +27,11 @@ import (
|
|||
)
|
||||
|
||||
type YAxisOption struct {
|
||||
Min *float64
|
||||
Max *float64
|
||||
// The minimun value of axis.
|
||||
Min *float64
|
||||
// The maximum value of axis.
|
||||
Max *float64
|
||||
// Hidden y axis
|
||||
Hidden bool
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue