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

Function isDisplayable

src/chart/custom/CustomView.ts:189–191  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

187 return el instanceof graphicUtil.Path;
188}
189function isDisplayable(el: Element) : el is Displayable {
190 return el instanceof Displayable;
191}
192function copyElement(sourceEl: Element, targetEl: Element) {
193 targetEl.copyTransform(sourceEl);
194 if (isDisplayable(targetEl) && isDisplayable(sourceEl)) {

Callers 2

copyElementFunction · 0.85
updateElNormalFunction · 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…