MCPcopy
hub / github.com/go-echarts/go-echarts / Charter

Interface Charter

components/page.go:19–26  ·  view source on GitHub ↗

Charter represents a chart value which provides its type, assets and can be validated.

Source from the content-addressed store, hash-verified

17
18// Charter represents a chart value which provides its type, assets and can be validated.
19type Charter interface {
20 Type() string
21 GetAssets() opts.Assets
22 // FillDefaultValues fill default values and would be overridden if any struct fields has been manually set
23 FillDefaultValues()
24 // Validate a validator as well as a post processor before render
25 Validate()
26}
27
28// Page represents a page chart.
29type Page struct {

Callers 12

utFunction · 0.65
walkFieldFunction · 0.65
setFieldFunction · 0.65
AddChartsMethod · 0.65
AddChartsMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…