MCPcopy Create free account
hub / github.com/alignoth/alignoth / pl

Function pl

resources/vega-lite.min.js:4685–4701  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4683 return e;
4684 }
4685 function pl(e) {
4686 let n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
4687 i = arguments.length > 2 ? arguments[2] : void 0;
4688 return "transparent" === e.point
4689 ? { opacity: 0 }
4690 : e.point
4691 ? t.isObject(e.point)
4692 ? e.point
4693 : {}
4694 : void 0 !== e.point
4695 ? null
4696 : n.point || i.shape
4697 ? t.isObject(n.point)
4698 ? n.point
4699 : {}
4700 : void 0;
4701 }
4702 function gl(e) {
4703 let t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};
4704 return e.line

Callers 2

hasMatchingTypeMethod · 0.70
runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected