Support timeline

This commit is contained in:
Vijay Karthik 2025-02-18 15:39:44 -08:00
parent 406d35c6a6
commit a1f58d4315
9 changed files with 246 additions and 22 deletions

View file

@ -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