MCPcopy Index your code
hub / github.com/apache/echarts / hideEl

Function hideEl

src/label/labelLayoutHelper.ts:531–541  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

529 });
530
531 function hideEl(el: Element) {
532 if (!el.ignore) {
533 // Show on emphasis.
534 const emphasisState = el.ensureState('emphasis');
535 if (emphasisState.ignore == null) {
536 emphasisState.ignore = false;
537 }
538 }
539
540 el.ignore = true;
541 }
542
543 for (let i = 0; i < labelList.length; i++) {
544 const labelItem = ensureLabelLayoutWithGeometry(labelList[i]);

Callers 1

hideOverlapFunction · 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…