MCPcopy Index your code
hub / github.com/apache/echarts / isColorBySeries

Method isColorBySeries

src/model/Series.ts:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 }
445
446 isColorBySeries(): boolean {
447 return this.getColorBy() === 'series';
448 }
449
450 /**
451 * Get base axis if has coordinate system and has axis.

Callers 2

setDecalFunction · 0.80
overallResetFunction · 0.80

Calls 1

getColorByMethod · 0.95

Tested by

no test coverage detected