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

Function de

chart/js/chart.js:4653–4665  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

4651 return (t.w = i), (t.h = a), n.horizontal ? i !== t.w : a !== t.h;
4652 }
4653 function de(t, e) {
4654 var n = e.maxPadding;
4655 function i(t) {
4656 var i = { left: 0, top: 0, right: 0, bottom: 0 };
4657 return (
4658 t.forEach(function (t) {
4659 i[t] = Math.max(e[t], n[t]);
4660 }),
4661 i
4662 );
4663 }
4664 return i(t ? ["left", "right"] : ["top", "bottom"]);
4665 }
4666 function he(t, e, n) {
4667 var i,
4668 a,

Callers 6

heFunction · 0.85
rFunction · 0.85
wFunction · 0.85
iFunction · 0.85
EFunction · 0.85
aFunction · 0.85

Calls 1

iFunction · 0.70

Tested by

no test coverage detected