We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca04ec commit 8c0ef7fCopy full SHA for 8c0ef7f
chart.go
@@ -85,7 +85,8 @@ type ChartLineType byte
85
86
// This section defines the currently supported chart line types enumeration.
87
const (
88
- ChartLineSolid ChartLineType = iota
+ ChartLineUnset ChartLineType = iota
89
+ ChartLineSolid
90
ChartLineNone
91
ChartLineAutomatic
92
)
0 commit comments