MCPcopy
hub / github.com/apache/echarts / getItemModel

Function getItemModel

src/chart/custom/CustomView.ts:714–718  ·  view source on GitHub ↗
(dataIndexInside: number)

Source from the content-addressed store, hash-verified

712 }
713
714 function getItemModel(dataIndexInside: number): Model<CustomSeriesOption> {
715 return dataIndexInside === currDataIndexInside
716 ? (currItemModel || (currItemModel = data.getItemModel(dataIndexInside)))
717 : data.getItemModel(dataIndexInside);
718 }
719 function getItemStyleModel(dataIndexInside: number, state: DisplayState) {
720 return !data.hasItemOption
721 ? seriesItemStyleModels[state]

Callers 2

getItemStyleModelFunction · 0.70
getLabelModelFunction · 0.70

Calls 1

getItemModelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…