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

Method setBaseGlobalOptions

charts/base.go:268–272  ·  view source on GitHub ↗
(opts ...GlobalOpts)

Source from the content-addressed store, hash-verified

266}
267
268func (bc *BaseConfiguration) setBaseGlobalOptions(opts ...GlobalOpts) {
269 for _, opt := range opts {
270 opt(bc)
271 }
272}
273
274// WithAngleAxisOps sets the angle of the axis.
275func WithAngleAxisOps(opt opts.AngleAxis) GlobalOpts {

Callers 15

SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80
setRectGlobalOptionsMethod · 0.80
SetGlobalOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected