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

Method freeze

src/scale/scaleMapper.ts:290–290  ·  view source on GitHub ↗

* Restrict the modification behavior of a scale for robustness. e.g., avoid subsequently * modifying `SCALE_EXTENT_KIND_EFFECTIVE` but no sync to `SCALE_EXTENT_KIND_MAPPING`.

(this: This)

Source from the content-addressed store, hash-verified

288 * modifying `SCALE_EXTENT_KIND_EFFECTIVE` but no sync to `SCALE_EXTENT_KIND_MAPPING`.
289 */
290 freeze(this: This): void;
291}
292
293export function initBreakOrLinearMapper(

Callers 3

enableScaleMapperFreezeFunction · 0.80
scaleCalcNice2Function · 0.80
scaleCalcAlignFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected