MCPcopy Create free account
hub / github.com/codemistic/Web-Development / qt

Function qt

chart/js/chart.js:3833–3841  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

3831 return { top: r.end, right: a.end, bottom: r.start, left: a.start };
3832 }
3833 function qt(t) {
3834 var e, n, i, a;
3835 return (
3836 V.isObject(t)
3837 ? ((e = t.top), (n = t.right), (i = t.bottom), (a = t.left))
3838 : (e = n = i = a = t),
3839 { top: e, right: n, bottom: i, left: a }
3840 );
3841 }
3842 z._set("line", {
3843 showLines: !0,
3844 spanGaps: !1,

Callers 1

chart.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected