Support timeline
This commit is contained in:
parent
406d35c6a6
commit
a1f58d4315
9 changed files with 246 additions and 22 deletions
17
series.go
17
series.go
|
|
@ -100,11 +100,18 @@ type SeriesMarkData struct {
|
|||
Type string
|
||||
|
||||
// Custom options.
|
||||
XAxisIndex int
|
||||
CustomYVal float64
|
||||
FillColor *Color
|
||||
StrokeColor *Color
|
||||
FontColor *Color
|
||||
XAxisIndex int
|
||||
XAxisEndIndex int
|
||||
CustomYVal float64
|
||||
FillColor *Color
|
||||
StrokeColor *Color
|
||||
FontColor *Color
|
||||
AboveColor *Color
|
||||
BelowColor *Color
|
||||
HideValue bool
|
||||
StrokeWidth float64
|
||||
IgnoreStrokeDashed bool
|
||||
IgnoreArrow bool
|
||||
}
|
||||
type SeriesMarkPoint struct {
|
||||
// The width of symbol, default value is 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue