Documentation
¶
Index ¶
- Constants
- func Bar(ctx context.Context, args ...object.Object) object.Object
- func Heatmap(ctx context.Context, args ...object.Object) object.Object
- func Line(ctx context.Context, args ...object.Object) object.Object
- func Liquid(ctx context.Context, args ...object.Object) object.Object
- func Module() *object.Module
- func Pie(ctx context.Context, args ...object.Object) object.Object
- func Scatter(ctx context.Context, args ...object.Object) object.Object
- type Chart
- func (c *Chart) Cost() int
- func (c *Chart) Equals(other object.Object) object.Object
- func (c *Chart) GetAttr(name string) (object.Object, bool)
- func (c *Chart) Inspect() string
- func (c *Chart) Interface() any
- func (c *Chart) IsTruthy() bool
- func (c *Chart) MarshalJSON() ([]byte, error)
- func (c *Chart) RunOperation(opType op.BinaryOpType, right object.Object) object.Object
- func (c *Chart) SetAttr(name string, value object.Object) error
- func (c *Chart) Type() object.Type
Constants ¶
View Source
const (
CHART object.Type = "echarts.chart"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chart ¶
type Chart struct {
// contains filtered or unexported fields
}
func (*Chart) MarshalJSON ¶
func (*Chart) RunOperation ¶
Click to show internal directories.
Click to hide internal directories.