MCPcopy
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

appendDataMethod · 0.95
coordDimToDataDimMethod · 0.95
appendDataMethod · 0.45
resetViewRootMethod · 0.45
resetViewRootMethod · 0.45
assembleOtherSeriesFunction · 0.45
_renderDataShadowMethod · 0.45
getSeriesAutoNameFunction · 0.45
dataTaskCountFunction · 0.45
dataTaskResetFunction · 0.45

Calls 1

innerFunction · 0.85

Tested by

no test coverage detected