tests pass
This commit is contained in:
parent
fa93bd8abb
commit
781a45d770
5 changed files with 35 additions and 5 deletions
7
xaxis.go
7
xaxis.go
|
|
@ -4,6 +4,13 @@ import (
|
|||
"math"
|
||||
)
|
||||
|
||||
// HideXAxis hides the x-axis.
|
||||
func HideXAxis() XAxis {
|
||||
return XAxis{
|
||||
Style: Hidden(),
|
||||
}
|
||||
}
|
||||
|
||||
// XAxis represents the horizontal axis.
|
||||
type XAxis struct {
|
||||
Name string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue