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

Function registerLoading

src/core/echarts.ts:3289–3294  ·  view source on GitHub ↗
(
    name: string,
    loadingFx: LoadingEffectCreator
)

Source from the content-addressed store, hash-verified

3287}
3288
3289export function registerLoading(
3290 name: string,
3291 loadingFx: LoadingEffectCreator
3292): void {
3293 loadingEffects[name] = loadingFx;
3294}
3295
3296/**
3297 * ZRender need a canvas context to do measureText.

Callers 1

echarts.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…