Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setDecal
Function · 0.80
overallReset
Function · 0.80
Calls
1
getColorBy
Method · 0.95
Tested by
no test coverage detected