axis tick position
This commit is contained in:
parent
c2d680968d
commit
9b4307e186
15 changed files with 82 additions and 35 deletions
|
|
@ -7,7 +7,7 @@ type TimeSeries struct {
|
|||
Name string
|
||||
Style Style
|
||||
|
||||
YAxis YAxisType
|
||||
YAxis yAxisType
|
||||
|
||||
XValues []time.Time
|
||||
YValues []float64
|
||||
|
|
@ -50,7 +50,7 @@ func (ts TimeSeries) GetValueFormatters() (x, y ValueFormatter) {
|
|||
}
|
||||
|
||||
// GetYAxis returns which YAxis the series draws on.
|
||||
func (ts TimeSeries) GetYAxis() YAxisType {
|
||||
func (ts TimeSeries) GetYAxis() yAxisType {
|
||||
return ts.YAxis
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue