Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getRawData
Method
getRawData
src/model/Series.ts:437–439 ·
view source on GitHub ↗
* Get data before processed
()
Source
from the content-addressed store, hash-verified
435
* Get data before processed
436
*/
437
getRawData(): SeriesData {
438
return
inner(this).dataBeforeProcessed;
439
}
440
441
getColorBy(): ColorBy {
442
const
colorBy = this.get(
'colorBy'
);
Callers
15
appendData
Method · 0.95
coordDimToDataDim
Method · 0.95
appendData
Method · 0.45
resetViewRoot
Method · 0.45
boxplotTransform.ts
File · 0.45
resetViewRoot
Method · 0.45
assembleSeriesWithCategoryAxis
Function · 0.45
assembleOtherSeries
Function · 0.45
_renderDataShadow
Method · 0.45
getSeriesAutoName
Function · 0.45
dataTaskCount
Function · 0.45
dataTaskReset
Function · 0.45
Calls
1
inner
Function · 0.85
Tested by
no test coverage detected