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

Function Ht

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

Source from the content-addressed store, hash-verified

3818 Wt = V.options.resolve,
3819 Vt = V.canvas._isPointInArea;
3820 function Ht(t, e) {
3821 var n = (t && t.options.ticks) || {},
3822 i = n.reverse,
3823 a = void 0 === n.min ? e : 0,
3824 r = void 0 === n.max ? e : 0;
3825 return { start: i ? r : a, end: i ? a : r };
3826 }
3827 function jt(t, e, n) {
3828 var i = n / 2,
3829 a = Ht(t, i),

Callers 1

jtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected