MCPcopy
hub / github.com/tdewolff/minify / resetSourceDefaulter

Function resetSourceDefaulter

_benchmarks/sample_echarts.js:17467–17470  ·  view source on GitHub ↗

* MUST be called before mergeOption of all series.

(ecModel)

Source from the content-addressed store, hash-verified

17465 */
17466
17467 function resetSourceDefaulter(ecModel) {
17468 // `datasetMap` is used to make default encode.
17469 innerGlobalModel(ecModel).datasetMap = createHashMap();
17470 }
17471 /**
17472 * [The strategy of the arrengment of data dimensions for dataset]:
17473 * "value way": all axes are non-category axes. So series one by one take

Callers 1

sample_echarts.jsFile · 0.85

Calls 1

createHashMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…