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

Method getEncode

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

Source from the content-addressed store, hash-verified

417 }
418
419 getEncode() {
420 const encode = (this as Model<SeriesEncodeOptionMixin>).get('encode', true);
421 if (encode) {
422 return zrUtil.createHashMap<OptionEncodeValue, DimensionName>(encode);
423 }
424 }
425
426 getSourceManager(): SourceManager {
427 return inner(this).sourceManager;

Callers 4

createGraphFromNodeEdgeFunction · 0.80
_hasEncodeRuleMethod · 0.80
createSeriesDataSimplyFunction · 0.80
createSeriesDataFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected