mirror of https://github.com/mum4k/termdash.git
Moving linechart's zoom into internal subdirectory.
This commit is contained in:
parent
24f608f708
commit
f0438f5f78
|
@ -31,7 +31,7 @@ import (
|
|||
"github.com/mum4k/termdash/internal/terminalapi"
|
||||
"github.com/mum4k/termdash/internal/widgetapi"
|
||||
"github.com/mum4k/termdash/widgets/linechart/internal/axes"
|
||||
"github.com/mum4k/termdash/widgets/linechart/zoom"
|
||||
"github.com/mum4k/termdash/widgets/linechart/internal/zoom"
|
||||
)
|
||||
|
||||
// seriesValues represent values stored in the series.
|
||||
|
|
|
@ -20,7 +20,7 @@ import (
|
|||
|
||||
"github.com/mum4k/termdash/internal/cell"
|
||||
"github.com/mum4k/termdash/widgets/linechart/internal/axes"
|
||||
"github.com/mum4k/termdash/widgets/linechart/zoom"
|
||||
"github.com/mum4k/termdash/widgets/linechart/internal/zoom"
|
||||
)
|
||||
|
||||
// options.go contains configurable options for LineChart.
|
||||
|
|
Loading…
Reference in New Issue