tests pass
This commit is contained in:
parent
fa93bd8abb
commit
781a45d770
5 changed files with 35 additions and 5 deletions
7
yaxis.go
7
yaxis.go
|
|
@ -4,6 +4,13 @@ import (
|
|||
"math"
|
||||
)
|
||||
|
||||
// HideYAxis hides a y-axis.
|
||||
func HideYAxis() YAxis {
|
||||
return YAxis{
|
||||
Style: Hidden(),
|
||||
}
|
||||
}
|
||||
|
||||
// YAxis is a veritcal rule of the range.
|
||||
// There can be (2) y-axes; a primary and secondary.
|
||||
type YAxis struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue