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

Function Ve

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

Source from the content-addressed store, hash-verified

5356 };
5357 }
5358 function Ve(t, e) {
5359 return "center" === e
5360 ? t.x + t.width / 2
5361 : "right" === e
5362 ? t.x + t.width - t.xPadding
5363 : t.x + t.xPadding;
5364 }
5365 function He(t) {
5366 return Be([], Ee(t));
5367 }

Callers 1

chart.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected