Versions in this module Expand all Collapse all v0 v0.7.0 Aug 27, 2024 Changes in this version + type Animation struct + type Frame struct + Baseframe types.StringType + Data []types.Trace + Group types.StringType + Layout *Layout + Name types.StringType + Traces []int v0.6.1 Aug 22, 2024 Changes in this version type Fig + Frames interface{} v0.6.0 Aug 21, 2024 Changes in this version + func UnmarshalTrace(json.RawMessage) (types.Trace, error) + type Bar struct + Type types.TraceType + func (b *Bar) GetType() types.TraceType + type Config struct + type Fig struct + Animation interface{} + Config *Config + Data []types.Trace + Layout *Layout + func (fig *Fig) AddTraces(traces ...types.Trace) + func (fig *Fig) Info() types.Version + func (fig *Fig) UnmarshalJSON(data []byte) error + type Layout struct