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

Method initBaseConfiguration

charts/base.go:249–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247}
248
249func (bc *BaseConfiguration) initBaseConfiguration() {
250 bc.initSeriesColors()
251 bc.InitAssets()
252 bc.initXYAxis()
253 bc.Initialization.Validate()
254 bc.FillDefaultValues()
255}
256
257func (bc *BaseConfiguration) initSeriesColors() {
258 bc.Colors = []string{

Callers 15

NewBar3DFunction · 0.80
NewEffectScatterFunction · 0.80
NewBarFunction · 0.80
NewSurface3DFunction · 0.80
NewLine3DFunction · 0.80
NewTreeFunction · 0.80
NewLineFunction · 0.80
NewHeatMapFunction · 0.80
NewBoxPlotFunction · 0.80
NewSankeyFunction · 0.80
NewFunnelFunction · 0.80
NewMapFunction · 0.80

Calls 5

initSeriesColorsMethod · 0.95
FillDefaultValuesMethod · 0.95
InitAssetsMethod · 0.80
initXYAxisMethod · 0.80
ValidateMethod · 0.65

Tested by

no test coverage detected